#CAEF9E

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

Shades of Reef #CAEF9E

Tints of Reef #CAEF9E

Color information

#CAEF9E (or 0xCAEF9E) is unknown color: approx Reef. HEX triplet: CA, EF and 9E. RGB value is (202,239,158). Sum of RGB (Red+Green+Blue) = 202+239+158=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 158 (62.11% from 255 or 26.38% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEF9E is #351061. Grayscale: #DADADA. Windows color (decimal): -3477602 or 10416074. OLE color: 10416074.

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

Color convert

RGB202239158-
CMYK0.1500.340.06
HSL87.41º71.68%77.84%-
HSV(B)87.41º33.89%93.73%-
XYZ61.476.7643.93-
YUV218.793.74116.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 239 (93.75% from 255) = 39.90%
BLUE value IS 158 (62.11% from 255) = 26.38%
R=33.72%
G=39.90%
B=26.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022391580.1500.340.0687.4171.6877.84
HexCAEF9EF022657484e
Octal312357236170426127110116
Binary11001010111011111001111011110100010110101011110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEF9E; }

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

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

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

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

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

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

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

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