#CAF8AA

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

Shades of Reef #CAF8AA

Tints of Reef #CAF8AA

Color information

#CAF8AA (or 0xCAF8AA) is unknown color: approx Reef. HEX triplet: CA, F8 and AA. RGB value is (202,248,170). Sum of RGB (Red+Green+Blue) = 202+248+170=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 248 (97.27% from 255 or 40% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF8AA is #350755. Grayscale: #E1E1E1. Windows color (decimal): -3475286 or 11204810. OLE color: 11204810.

HSL color Cylindrical-coordinate representation of color #CAF8AA: hue angle of 95.38º degrees, saturation: 0.85, 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 #CAF8AA is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB202248170-
CMYK0.1900.310.03
HSL95.38º84.78%81.96%-
HSV(B)95.38º31.45%97.25%-
XYZ65.1882.5950.54-
YUV225.3596.76111.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 248 (97.27% from 255) = 40%
BLUE value IS 170 (66.80% from 255) = 27.42%
R=32.58%
G=40%
B=27.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022481700.1900.310.0395.3884.7881.96
HexCAF8AA1301F35f5552
Octal312370252230373137125122
Binary1100101011111000101010101001101111111101111110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF8AA; }

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

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

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

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

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

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

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

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