#C5EAA5

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

Shades of Reef #C5EAA5

Tints of Reef #C5EAA5

Color information

#C5EAA5 (or 0xC5EAA5) is unknown color: approx Reef. HEX triplet: C5, EA and A5. RGB value is (197,234,165). Sum of RGB (Red+Green+Blue) = 197+234+165=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 165 (64.84% from 255 or 27.68% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EAA5 is #3A155A. Grayscale: #D7D7D7. Windows color (decimal): -3806555 or 10873541. OLE color: 10873541.

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

Color convert

RGB197234165-
CMYK0.1600.290.08
HSL92.17º62.16%78.24%-
HSV(B)92.17º29.49%91.76%-
XYZ59.2473.4346.65-
YUV215.0799.74115.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.05%
GREEN value IS 234 (91.80% from 255) = 39.26%
BLUE value IS 165 (64.84% from 255) = 27.68%
R=33.05%
G=39.26%
B=27.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1972341650.1600.290.0892.1762.1678.24
HexC5EAA51001D85c3e4e
Octal305352245200351013476116
Binary11000101111010101010010110000011101100010111001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EAA5; }

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

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

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

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

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

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

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

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