#CAE89A

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

Shades of Reef #CAE89A

Tints of Reef #CAE89A

Color information

#CAE89A (or 0xCAE89A) is unknown color: approx Reef. HEX triplet: CA, E8 and 9A. RGB value is (202,232,154). Sum of RGB (Red+Green+Blue) = 202+232+154=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 232 (91.02% from 255 or 39.46% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE89A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE89A is #351765. Grayscale: #D6D6D6. Windows color (decimal): -3479398 or 10152138. OLE color: 10152138.

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

Color convert

RGB202232154-
CMYK0.1300.340.09
HSL83.08º62.9%75.69%-
HSV(B)83.08º33.62%90.98%-
XYZ59.0572.641.47-
YUV214.1494.06119.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 232 (91.02% from 255) = 39.46%
BLUE value IS 154 (60.55% from 255) = 26.19%
R=34.35%
G=39.46%
B=26.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022321540.1300.340.0983.0862.975.69
HexCAE89AD0229533f4c
Octal312350232150421112377114
Binary11001010111010001001101011010100010100110100111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE89A; }

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

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

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

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

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

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

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

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