#CAF4AA

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

Shades of Reef #CAF4AA

Tints of Reef #CAF4AA

Color information

#CAF4AA (or 0xCAF4AA) is unknown color: approx Reef. HEX triplet: CA, F4 and AA. RGB value is (202,244,170). Sum of RGB (Red+Green+Blue) = 202+244+170=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 244 (95.70% from 255 or 39.61% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF4AA is #350B55. Grayscale: #DFDFDF. Windows color (decimal): -3476310 or 11203786. OLE color: 11203786.

HSL color Cylindrical-coordinate representation of color #CAF4AA: hue angle of 94.05º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAF4AA is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB202244170-
CMYK0.1700.300.04
HSL94.05º77.08%81.18%-
HSV(B)94.05º30.33%95.69%-
XYZ63.9680.1650.13-
YUV223.0198.09113.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.79%
GREEN value IS 244 (95.70% from 255) = 39.61%
BLUE value IS 170 (66.80% from 255) = 27.60%
R=32.79%
G=39.61%
B=27.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022441700.1700.300.0494.0577.0881.18
HexCAF4AA1101E45e4d51
Octal312364252210364136115121
Binary11001010111101001010101010001011110100101111010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4AA; }

 p { color: rgb(202,244,170); }

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

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

 a { background-color: rgb(202,244,170); }

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

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

 span { border-color: rgb(202,244,170); }

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