#5CFFB5

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

Shades of Aquamarine #5CFFB5

Tints of Aquamarine #5CFFB5

Color information

#5CFFB5 (or 0x5CFFB5) is unknown color: approx Aquamarine. HEX triplet: 5C, FF and B5. RGB value is (92,255,181). Sum of RGB (Red+Green+Blue) = 92+255+181=528 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.42% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFFB5 is #A3004A. Grayscale: #C5C5C5. Windows color (decimal): -10682443 or 11927388. OLE color: 11927388.

HSL color Cylindrical-coordinate representation of color #5CFFB5: hue angle of 152.76º 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 #5CFFB5 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB92255181-
CMYK0.6400.290
HSL152.76º100%68.04%-
HSV(B)152.76º63.92%100%-
XYZ48.5177.1356.05-
YUV197.83118.552.52-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.42%
GREEN value IS 255 (100% from 255) = 48.30%
BLUE value IS 181 (71.09% from 255) = 34.28%
R=17.42%
G=48.30%
B=34.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal922551810.6400.290152.7610068.04
Hex5CFFB54001D0996444
Octal1343772651000350231144104
Binary10111001111111110110101100000001110101001100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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