#CAF4AB

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

Shades of Reef #CAF4AB

Tints of Reef #CAF4AB

Color information

#CAF4AB (or 0xCAF4AB) is unknown color: approx Reef. HEX triplet: CA, F4 and AB. RGB value is (202,244,171). Sum of RGB (Red+Green+Blue) = 202+244+171=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 244 (95.70% from 255 or 39.55% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF4AB is #350B54. Grayscale: #DFDFDF. Windows color (decimal): -3476309 or 11269322. OLE color: 11269322.

HSL color Cylindrical-coordinate representation of color #CAF4AB: hue angle of 94.52º 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 #CAF4AB is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB202244171-
CMYK0.1700.300.04
HSL94.52º76.84%81.37%-
HSV(B)94.52º29.92%95.69%-
XYZ64.0680.250.63-
YUV223.1298.59112.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 244 (95.70% from 255) = 39.55%
BLUE value IS 171 (67.19% from 255) = 27.71%
R=32.74%
G=39.55%
B=27.71%

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
Decimal2022441710.1700.300.0494.5276.8481.37
HexCAF4AB1101E45f4d51
Octal312364253210364137115121
Binary11001010111101001010101110001011110100101111110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4AB; }

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

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

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

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

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

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

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

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