#5CF8DE

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

Shades of Aquamarine #5CF8DE

Tints of Aquamarine #5CF8DE

Color information

#5CF8DE (or 0x5CF8DE) is unknown color: approx Aquamarine. HEX triplet: 5C, F8 and DE. RGB value is (92,248,222). Sum of RGB (Red+Green+Blue) = 92+248+222=562 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.37% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #5CF8DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF8DE is #A30721. Grayscale: #C6C6C6. Windows color (decimal): -10684194 or 14612572. OLE color: 14612572.

HSL color Cylindrical-coordinate representation of color #5CF8DE: hue angle of 170º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CF8DE is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB92248222-
CMYK0.6300.100.03
HSL170º91.76%66.67%-
HSV(B)170º62.9%97.25%-
XYZ51.1774.6880.83-
YUV198.39141.3252.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.37%
GREEN value IS 248 (97.27% from 255) = 44.13%
BLUE value IS 222 (87.11% from 255) = 39.50%
R=16.37%
G=44.13%
B=39.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal922482220.6300.100.0317091.7666.67
Hex5CF8DE3F0A3aa5c43
Octal134370336770123252134103
Binary1011100111110001101111011111101010111010101010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,248,222); }

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

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

 a { background-color: rgb(92,248,222); }

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

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

 span { border-color: rgb(92,248,222); }

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