#5CFFB6

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

Shades of Aquamarine #5CFFB6

Tints of Aquamarine #5CFFB6

Color information

#5CFFB6 (or 0x5CFFB6) is unknown color: approx Aquamarine. HEX triplet: 5C, FF and B6. RGB value is (92,255,182). Sum of RGB (Red+Green+Blue) = 92+255+182=529 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.39% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFFB6 is #A30049. Grayscale: #C6C6C6. Windows color (decimal): -10682442 or 11992924. OLE color: 11992924.

HSL color Cylindrical-coordinate representation of color #5CFFB6: hue angle of 153.13º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFFB6 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB92255182-
CMYK0.6400.290
HSL153.13º100%68.04%-
HSV(B)153.13º63.92%100%-
XYZ48.6277.1756.59-
YUV197.9411952.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.39%
GREEN value IS 255 (100% from 255) = 48.20%
BLUE value IS 182 (71.48% from 255) = 34.40%
R=17.39%
G=48.20%
B=34.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal922551820.6400.290153.1310068.04
Hex5CFFB64001D0996444
Octal1343772661000350231144104
Binary10111001111111110110110100000001110101001100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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