#CAE7A8

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

Shades of Reef #CAE7A8

Tints of Reef #CAE7A8

Color information

#CAE7A8 (or 0xCAE7A8) is unknown color: approx Reef. HEX triplet: CA, E7 and A8. RGB value is (202,231,168). Sum of RGB (Red+Green+Blue) = 202+231+168=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 231 (90.62% from 255 or 38.44% from 601); Blue value is 168 (66.02% from 255 or 27.95% from 601); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE7A8 is #351857. Grayscale: #D7D7D7. Windows color (decimal): -3479640 or 11069386. OLE color: 11069386.

HSL color Cylindrical-coordinate representation of color #CAE7A8: hue angle of 87.62º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAE7A8 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB202231168-
CMYK0.1300.270.09
HSL87.62º56.76%78.24%-
HSV(B)87.62º27.27%90.59%-
XYZ6072.5447.88-
YUV215.15101.39118.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 231 (90.62% from 255) = 38.44%
BLUE value IS 168 (66.02% from 255) = 27.95%
R=33.61%
G=38.44%
B=27.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022311680.1300.270.0987.6256.7678.24
HexCAE7A8D01B958394e
Octal312347250150331113071116
Binary1100101011100111101010001101011011100110110001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE7A8; }

 p { color: rgb(202,231,168); }

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

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

 a { background-color: rgb(202,231,168); }

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

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

 span { border-color: rgb(202,231,168); }

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