#5CCBAE

Color #5CCBAE Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5CCBAE

Tints of Medium Aquamarine #5CCBAE

Color information

#5CCBAE (or 0x5CCBAE) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, CB and AE. RGB value is (92,203,174). Sum of RGB (Red+Green+Blue) = 92+203+174=469 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.62% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCBAE is #A33451. Grayscale: #A6A6A6. Windows color (decimal): -10695762 or 11455324. OLE color: 11455324.

HSL color Cylindrical-coordinate representation of color #5CCBAE: hue angle of 164.32º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCBAE is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB92203174-
CMYK0.5500.140.20
HSL164.32º51.63%57.84%-
HSV(B)164.32º54.68%79.61%-
XYZ33.4148.0447.56-
YUV166.5132.2374.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 19.62%
GREEN value IS 203 (79.69% from 255) = 43.28%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=19.62%
G=43.28%
B=37.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal922031740.5500.140.20164.3251.6357.84
Hex5CCBAE370E14a4343a
Octal13431325667016242446472
Binary10111001100101110101110110111011101010010100100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CCBAE; }

 p { color: rgb(92,203,174); }

 H1.HeaderClassName
 {
   color: #5CCBAE;
 }
 .AnyTagClassName
 {
   color: #5CCBAE;
 }
</style>
background-color css

<style>
 a { background-color: #5CCBAE; }

 a { background-color: rgb(92,203,174); }

 div.DivClassName
 {
   background-color: #5CCBAE;
 }
 .BgClassName
 {
   background-color: #5CCBAE;
 }
</style>
border-color css

<style>
 span { border-color: #5CCBAE; }

 span { border-color: rgb(92,203,174); }

 td.TdClassName
 {
   border-color: #5CCBAE;
 }
 .TagClassName
 {
   border-color: #5CCBAE;
 }
</style>