#CAFBA1

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

Shades of Reef #CAFBA1

Tints of Reef #CAFBA1

Color information

#CAFBA1 (or 0xCAFBA1) is unknown color: approx Reef. HEX triplet: CA, FB and A1. RGB value is (202,251,161). Sum of RGB (Red+Green+Blue) = 202+251+161=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 161 (63.28% from 255 or 26.22% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFBA1 is #35045E. Grayscale: #E2E2E2. Windows color (decimal): -3474527 or 10615754. OLE color: 10615754.

HSL color Cylindrical-coordinate representation of color #CAFBA1: hue angle of 92.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAFBA1 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB202251161-
CMYK0.2000.360.02
HSL92.67º91.84%80.78%-
HSV(B)92.67º35.86%98.43%-
XYZ65.2984.1246.51-
YUV226.0991.27110.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.90%
GREEN value IS 251 (98.44% from 255) = 40.88%
BLUE value IS 161 (63.28% from 255) = 26.22%
R=32.90%
G=40.88%
B=26.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022511610.2000.360.0292.6791.8480.78
HexCAFBA11402425d5c51
Octal312373241240442135134121
Binary11001010111110111010000110100010010010101110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBA1; }

 p { color: rgb(202,251,161); }

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

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

 a { background-color: rgb(202,251,161); }

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

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

 span { border-color: rgb(202,251,161); }

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