#5CFFAF

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

Shades of Aquamarine #5CFFAF

Tints of Aquamarine #5CFFAF

Color information

#5CFFAF (or 0x5CFFAF) is unknown color: approx Aquamarine. HEX triplet: 5C, FF and AF. RGB value is (92,255,175). Sum of RGB (Red+Green+Blue) = 92+255+175=522 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.62% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CFFAF is #A30050. Grayscale: #C5C5C5. Windows color (decimal): -10682449 or 11534172. OLE color: 11534172.

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

Color convert

RGB92255175-
CMYK0.6400.310
HSL150.55º100%68.04%-
HSV(B)150.55º63.92%100%-
XYZ47.9176.8952.87-
YUV197.14115.553-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.62%
GREEN value IS 255 (100% from 255) = 48.85%
BLUE value IS 175 (68.75% from 255) = 33.52%
R=17.62%
G=48.85%
B=33.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal922551750.6400.310150.5510068.04
Hex5CFFAF4001F0976444
Octal1343772571000370227144104
Binary10111001111111110101111100000001111101001011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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