#CAEF9D

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

Shades of Reef #CAEF9D

Tints of Reef #CAEF9D

Color information

#CAEF9D (or 0xCAEF9D) is unknown color: approx Reef. HEX triplet: CA, EF and 9D. RGB value is (202,239,157). Sum of RGB (Red+Green+Blue) = 202+239+157=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 157 (61.72% from 255 or 26.25% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEF9D is #351062. Grayscale: #DADADA. Windows color (decimal): -3477603 or 10350538. OLE color: 10350538.

HSL color Cylindrical-coordinate representation of color #CAEF9D: hue angle of 87.07º 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 #CAEF9D is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB202239157-
CMYK0.1500.340.06
HSL87.07º71.93%77.65%-
HSV(B)87.07º34.31%93.73%-
XYZ61.3176.7243.48-
YUV218.5993.24116.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 239 (93.75% from 255) = 39.97%
BLUE value IS 157 (61.72% from 255) = 26.25%
R=33.78%
G=39.97%
B=26.25%

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
Decimal2022391570.1500.340.0687.0771.9377.65
HexCAEF9DF022657484e
Octal312357235170426127110116
Binary11001010111011111001110111110100010110101011110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEF9D; }

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

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

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

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

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

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

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

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