#CAEE9E

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

Shades of Reef #CAEE9E

Tints of Reef #CAEE9E

Color information

#CAEE9E (or 0xCAEE9E) is unknown color: approx Reef. HEX triplet: CA, EE and 9E. RGB value is (202,238,158). Sum of RGB (Red+Green+Blue) = 202+238+158=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 158 (62.11% from 255 or 26.42% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEE9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEE9E is #351161. Grayscale: #DADADA. Windows color (decimal): -3477858 or 10415818. OLE color: 10415818.

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

Color convert

RGB202238158-
CMYK0.1500.340.07
HSL87º70.18%77.65%-
HSV(B)87º33.61%93.33%-
XYZ61.176.1743.83-
YUV218.1294.07116.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 238 (93.36% from 255) = 39.80%
BLUE value IS 158 (62.11% from 255) = 26.42%
R=33.78%
G=39.80%
B=26.42%

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
Decimal2022381580.1500.340.078770.1877.65
HexCAEE9EF022757464e
Octal312356236170427127106116
Binary11001010111011101001111011110100010111101011110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEE9E; }

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

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

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

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

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

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

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

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