#CAF0AB

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

Shades of Reef #CAF0AB

Tints of Reef #CAF0AB

Color information

#CAF0AB (or 0xCAF0AB) is unknown color: approx Reef. HEX triplet: CA, F0 and AB. RGB value is (202,240,171). Sum of RGB (Red+Green+Blue) = 202+240+171=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF0AB is #350F54. Grayscale: #DDDDDD. Windows color (decimal): -3477333 or 11268298. OLE color: 11268298.

HSL color Cylindrical-coordinate representation of color #CAF0AB: hue angle of 93.04º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAF0AB is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB202240171-
CMYK0.1600.290.06
HSL93.04º69.7%80.59%-
HSV(B)93.04º28.75%94.12%-
XYZ62.8777.8250.23-
YUV220.7799.91114.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 240 (94.14% from 255) = 39.15%
BLUE value IS 171 (67.19% from 255) = 27.90%
R=32.95%
G=39.15%
B=27.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022401710.1600.290.0693.0469.780.59
HexCAF0AB1001D65d4651
Octal312360253200356135106121
Binary11001010111100001010101110000011101110101110110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF0AB; }

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

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

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

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

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

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

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

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