#CAE8A4

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

Shades of Reef #CAE8A4

Tints of Reef #CAE8A4

Color information

#CAE8A4 (or 0xCAE8A4) is unknown color: approx Reef. HEX triplet: CA, E8 and A4. RGB value is (202,232,164). Sum of RGB (Red+Green+Blue) = 202+232+164=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 232 (91.02% from 255 or 38.80% from 598); Blue value is 164 (64.45% from 255 or 27.42% from 598); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE8A4 is #35175B. Grayscale: #D7D7D7. Windows color (decimal): -3479388 or 10807498. OLE color: 10807498.

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

Color convert

RGB202232164-
CMYK0.1300.290.09
HSL86.47º59.65%77.65%-
HSV(B)86.47º29.31%90.98%-
XYZ59.9172.9546.04-
YUV215.2899.06118.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 232 (91.02% from 255) = 38.80%
BLUE value IS 164 (64.45% from 255) = 27.42%
R=33.78%
G=38.80%
B=27.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022321640.1300.290.0986.4759.6577.65
HexCAE8A4D01D9563c4e
Octal312350244150351112674116
Binary1100101011101000101001001101011101100110101101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE8A4; }

 p { color: rgb(202,232,164); }

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

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

 a { background-color: rgb(202,232,164); }

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

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

 span { border-color: rgb(202,232,164); }

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