#CAFCA1

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

Shades of Reef #CAFCA1

Tints of Reef #CAFCA1

Color information

#CAFCA1 (or 0xCAFCA1) is unknown color: approx Reef. HEX triplet: CA, FC and A1. RGB value is (202,252,161). Sum of RGB (Red+Green+Blue) = 202+252+161=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 161 (63.28% from 255 or 26.18% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFCA1 is #35035E. Grayscale: #E2E2E2. Windows color (decimal): -3474271 or 10616010. OLE color: 10616010.

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

Color convert

RGB202252161-
CMYK0.2000.360.01
HSL92.97º93.81%80.98%-
HSV(B)92.97º36.11%98.82%-
XYZ65.684.7546.62-
YUV226.6890.94110.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 252 (98.83% from 255) = 40.98%
BLUE value IS 161 (63.28% from 255) = 26.18%
R=32.85%
G=40.98%
B=26.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022521610.2000.360.0192.9793.8180.98
HexCAFCA11402415d5e51
Octal312374241240441135136121
Binary1100101011111100101000011010001001001101110110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFCA1; }

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

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

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

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

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

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

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

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