#5CFFE0

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

Shades of Aquamarine #5CFFE0

Tints of Aquamarine #5CFFE0

Color information

#5CFFE0 (or 0x5CFFE0) is unknown color: approx Aquamarine. HEX triplet: 5C, FF and E0. RGB value is (92,255,224). Sum of RGB (Red+Green+Blue) = 92+255+224=571 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.11% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFFE0 is #A3001F. Grayscale: #CACACA. Windows color (decimal): -10682400 or 14745436. OLE color: 14745436.

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

Color convert

RGB92255224-
CMYK0.6400.120
HSL168.59º100%68.04%-
HSV(B)168.59º63.92%100%-
XYZ53.6379.1882.98-
YUV202.7314049.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.11%
GREEN value IS 255 (100% from 255) = 44.66%
BLUE value IS 224 (87.89% from 255) = 39.23%
R=16.11%
G=44.66%
B=39.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal922552240.6400.120168.5910068.04
Hex5CFFE0400C0a96444
Octal1343773401000140251144104
Binary1011100111111111110000010000000110001010100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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