#CAEE9D

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

Shades of Reef #CAEE9D

Tints of Reef #CAEE9D

Color information

#CAEE9D (or 0xCAEE9D) is unknown color: approx Reef. HEX triplet: CA, EE and 9D. RGB value is (202,238,157). Sum of RGB (Red+Green+Blue) = 202+238+157=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEE9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEE9D is #351162. Grayscale: #DADADA. Windows color (decimal): -3477859 or 10350282. OLE color: 10350282.

HSL color Cylindrical-coordinate representation of color #CAEE9D: hue angle of 86.67º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAEE9D is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB202238157-
CMYK0.1500.340.07
HSL86.67º70.43%77.45%-
HSV(B)86.67º34.03%93.33%-
XYZ61.0276.1443.38-
YUV21893.57116.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 238 (93.36% from 255) = 39.87%
BLUE value IS 157 (61.72% from 255) = 26.30%
R=33.84%
G=39.87%
B=26.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381570.1500.340.0786.6770.4377.45
HexCAEE9DF022757464d
Octal312356235170427127106115
Binary11001010111011101001110111110100010111101011110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEE9D; }

 p { color: rgb(202,238,157); }

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

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

 a { background-color: rgb(202,238,157); }

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

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

 span { border-color: rgb(202,238,157); }

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