#C5EAA4

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

Shades of Reef #C5EAA4

Tints of Reef #C5EAA4

Color information

#C5EAA4 (or 0xC5EAA4) is unknown color: approx Reef. HEX triplet: C5, EA and A4. RGB value is (197,234,164). Sum of RGB (Red+Green+Blue) = 197+234+164=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 164 (64.45% from 255 or 27.56% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EAA4 is #3A155B. Grayscale: #D7D7D7. Windows color (decimal): -3806556 or 10808005. OLE color: 10808005.

HSL color Cylindrical-coordinate representation of color #C5EAA4: hue angle of 91.71º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5EAA4 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB197234164-
CMYK0.1600.300.08
HSL91.71º62.5%78.04%-
HSV(B)91.71º29.91%91.76%-
XYZ59.1573.446.17-
YUV214.9699.24115.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.11%
GREEN value IS 234 (91.80% from 255) = 39.33%
BLUE value IS 164 (64.45% from 255) = 27.56%
R=33.11%
G=39.33%
B=27.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1972341640.1600.300.0891.7162.578.04
HexC5EAA41001E85c3e4e
Octal305352244200361013476116
Binary11000101111010101010010010000011110100010111001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EAA4; }

 p { color: rgb(197,234,164); }

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

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

 a { background-color: rgb(197,234,164); }

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

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

 span { border-color: rgb(197,234,164); }

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