#CAEFA9

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

Shades of Reef #CAEFA9

Tints of Reef #CAEFA9

Color information

#CAEFA9 (or 0xCAEFA9) is unknown color: approx Reef. HEX triplet: CA, EF and A9. RGB value is (202,239,169). Sum of RGB (Red+Green+Blue) = 202+239+169=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 169 (66.41% from 255 or 27.70% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEFA9 is #351056. Grayscale: #DCDCDC. Windows color (decimal): -3477591 or 11136970. OLE color: 11136970.

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

Color convert

RGB202239169-
CMYK0.1500.290.06
HSL91.71º68.63%80%-
HSV(B)91.71º29.29%93.73%-
XYZ62.3977.1549.14-
YUV219.9699.24115.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.11%
GREEN value IS 239 (93.75% from 255) = 39.18%
BLUE value IS 169 (66.41% from 255) = 27.70%
R=33.11%
G=39.18%
B=27.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022391690.1500.290.0691.7168.6380
HexCAEFA9F01D65c4550
Octal312357251170356134105120
Binary1100101011101111101010011111011101110101110010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEFA9; }

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

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

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

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

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

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

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

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