#CAF1AB

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

Shades of Reef #CAF1AB

Tints of Reef #CAF1AB

Color information

#CAF1AB (or 0xCAF1AB) is unknown color: approx Reef. HEX triplet: CA, F1 and AB. RGB value is (202,241,171). Sum of RGB (Red+Green+Blue) = 202+241+171=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF1AB is #350E54. Grayscale: #DDDDDD. Windows color (decimal): -3477077 or 11268554. OLE color: 11268554.

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

Color convert

RGB202241171-
CMYK0.1600.290.05
HSL93.43º71.43%80.78%-
HSV(B)93.43º29.05%94.51%-
XYZ63.1678.4150.33-
YUV221.3699.58114.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.90%
GREEN value IS 241 (94.53% from 255) = 39.25%
BLUE value IS 171 (67.19% from 255) = 27.85%
R=32.90%
G=39.25%
B=27.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411710.1600.290.0593.4371.4380.78
HexCAF1AB1001D55d4751
Octal312361253200355135107121
Binary11001010111100011010101110000011101101101110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1AB; }

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

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

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

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

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

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

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

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