#CAF7A9

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

Shades of Reef #CAF7A9

Tints of Reef #CAF7A9

Color information

#CAF7A9 (or 0xCAF7A9) is unknown color: approx Reef. HEX triplet: CA, F7 and A9. RGB value is (202,247,169). Sum of RGB (Red+Green+Blue) = 202+247+169=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 247 (96.88% from 255 or 39.97% from 618); Blue value is 169 (66.41% from 255 or 27.35% from 618); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF7A9 is #350856. Grayscale: #E0E0E0. Windows color (decimal): -3475543 or 11139018. OLE color: 11139018.

HSL color Cylindrical-coordinate representation of color #CAF7A9: hue angle of 94.62º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAF7A9 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB202247169-
CMYK0.1800.320.03
HSL94.62º82.98%81.57%-
HSV(B)94.62º31.58%96.86%-
XYZ64.7881.9449.94-
YUV224.6596.59111.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 247 (96.88% from 255) = 39.97%
BLUE value IS 169 (66.41% from 255) = 27.35%
R=32.69%
G=39.97%
B=27.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022471690.1800.320.0394.6282.9881.57
HexCAF7A91202035f5352
Octal312367251220403137123122
Binary11001010111101111010100110010010000011101111110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7A9; }

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

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

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

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

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

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

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

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