#CAEEA9

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

Shades of Reef #CAEEA9

Tints of Reef #CAEEA9

Color information

#CAEEA9 (or 0xCAEEA9) is unknown color: approx Reef. HEX triplet: CA, EE and A9. RGB value is (202,238,169). Sum of RGB (Red+Green+Blue) = 202+238+169=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEEA9 is #351156. Grayscale: #DBDBDB. Windows color (decimal): -3477847 or 11136714. OLE color: 11136714.

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

Color convert

RGB202238169-
CMYK0.1500.290.07
HSL91.3º66.99%79.8%-
HSV(B)91.3º28.99%93.33%-
XYZ62.0976.5749.04-
YUV219.3799.57115.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.17%
GREEN value IS 238 (93.36% from 255) = 39.08%
BLUE value IS 169 (66.41% from 255) = 27.75%
R=33.17%
G=39.08%
B=27.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381690.1500.290.0791.366.9979.8
HexCAEEA9F01D75b4350
Octal312356251170357133103120
Binary1100101011101110101010011111011101111101101110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEA9; }

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

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

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

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

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

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

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

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