#CAEE9F

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

Shades of Reef #CAEE9F

Tints of Reef #CAEE9F

Color information

#CAEE9F (or 0xCAEE9F) is unknown color: approx Reef. HEX triplet: CA, EE and 9F. RGB value is (202,238,159). Sum of RGB (Red+Green+Blue) = 202+238+159=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 159 (62.5% from 255 or 26.54% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEE9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEE9F is #351160. Grayscale: #DADADA. Windows color (decimal): -3477857 or 10481354. OLE color: 10481354.

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

Color convert

RGB202238159-
CMYK0.1500.330.07
HSL87.34º69.91%77.84%-
HSV(B)87.34º33.19%93.33%-
XYZ61.1976.2144.29-
YUV218.2394.57116.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 238 (93.36% from 255) = 39.73%
BLUE value IS 159 (62.5% from 255) = 26.54%
R=33.72%
G=39.73%
B=26.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381590.1500.330.0787.3469.9177.84
HexCAEE9FF021757464e
Octal312356237170417127106116
Binary11001010111011101001111111110100001111101011110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEE9F; }

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

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

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

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

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

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

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

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