#CAF7AA

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

Shades of Reef #CAF7AA

Tints of Reef #CAF7AA

Color information

#CAF7AA (or 0xCAF7AA) is unknown color: approx Reef. HEX triplet: CA, F7 and AA. RGB value is (202,247,170). Sum of RGB (Red+Green+Blue) = 202+247+170=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 247 (96.88% from 255 or 39.90% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF7AA is #350855. Grayscale: #E1E1E1. Windows color (decimal): -3475542 or 11204554. OLE color: 11204554.

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

Color convert

RGB202247170-
CMYK0.1800.310.03
HSL95.06º82.8%81.76%-
HSV(B)95.06º31.17%96.86%-
XYZ64.8781.9850.43-
YUV224.7797.09111.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 247 (96.88% from 255) = 39.90%
BLUE value IS 170 (66.80% from 255) = 27.46%
R=32.63%
G=39.90%
B=27.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022471700.1800.310.0395.0682.881.76
HexCAF7AA1201F35f5352
Octal312367252220373137123122
Binary1100101011110111101010101001001111111101111110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7AA; }

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

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

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

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

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

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

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

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