#5CFBB6

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

Shades of Aquamarine #5CFBB6

Tints of Aquamarine #5CFBB6

Color information

#5CFBB6 (or 0x5CFBB6) is unknown color: approx Aquamarine. HEX triplet: 5C, FB and B6. RGB value is (92,251,182). Sum of RGB (Red+Green+Blue) = 92+251+182=525 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.52% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #5CFBB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFBB6 is #A30449. Grayscale: #C3C3C3. Windows color (decimal): -10683466 or 11991900. OLE color: 11991900.

HSL color Cylindrical-coordinate representation of color #5CFBB6: hue angle of 153.96º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CFBB6 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB92251182-
CMYK0.6300.270.02
HSL153.96º95.21%67.25%-
HSV(B)153.96º63.35%98.43%-
XYZ47.3574.6556.17-
YUV195.59120.3254.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.52%
GREEN value IS 251 (98.44% from 255) = 47.81%
BLUE value IS 182 (71.48% from 255) = 34.67%
R=17.52%
G=47.81%
B=34.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal922511820.6300.270.02153.9695.2167.25
Hex5CFBB63F01B29a5f43
Octal134373266770332232137103
Binary10111001111101110110110111111011011101001101010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,251,182); }

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

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

 a { background-color: rgb(92,251,182); }

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

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

 span { border-color: rgb(92,251,182); }

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