#CAE89C

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

Shades of Reef #CAE89C

Tints of Reef #CAE89C

Color information

#CAE89C (or 0xCAE89C) is unknown color: approx Reef. HEX triplet: CA, E8 and 9C. RGB value is (202,232,156). Sum of RGB (Red+Green+Blue) = 202+232+156=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 232 (91.02% from 255 or 39.32% from 590); Blue value is 156 (61.33% from 255 or 26.44% from 590); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE89C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE89C is #351763. Grayscale: #D6D6D6. Windows color (decimal): -3479396 or 10283210. OLE color: 10283210.

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

Color convert

RGB202232156-
CMYK0.1300.330.09
HSL83.68º62.3%76.08%-
HSV(B)83.68º32.76%90.98%-
XYZ59.2172.6742.36-
YUV214.3795.06119.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 232 (91.02% from 255) = 39.32%
BLUE value IS 156 (61.33% from 255) = 26.44%
R=34.24%
G=39.32%
B=26.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022321560.1300.330.0983.6862.376.08
HexCAE89CD0219543e4c
Octal312350234150411112476114
Binary11001010111010001001110011010100001100110101001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE89C; }

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

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

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

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

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

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

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

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