#CAFAC6

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

Shades of Snowy Mint #CAFAC6

Tints of Snowy Mint #CAFAC6

Color information

#CAFAC6 (or 0xCAFAC6) is unknown color: approx Snowy Mint. HEX triplet: CA, FA and C6. RGB value is (202,250,198). Sum of RGB (Red+Green+Blue) = 202+250+198=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 198 (77.73% from 255 or 30.46% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFAC6 is #350539. Grayscale: #E5E5E5. Windows color (decimal): -3474746 or 13040330. OLE color: 13040330.

HSL color Cylindrical-coordinate representation of color #CAFAC6: hue angle of 115.38º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFAC6 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB202250198-
CMYK0.1900.210.02
HSL115.38º83.87%87.84%-
HSV(B)115.38º20.8%98.04%-
XYZ68.748566.21-
YUV229.72110.1108.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.08%
GREEN value IS 250 (98.05% from 255) = 38.46%
BLUE value IS 198 (77.73% from 255) = 30.46%
R=31.08%
G=38.46%
B=30.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022501980.1900.210.02115.3883.8787.84
HexCAFAC6130152735458
Octal312372306230252163124130
Binary1100101011111010110001101001101010110111001110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFAC6; }

 p { color: rgb(202,250,198); }

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

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

 a { background-color: rgb(202,250,198); }

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

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

 span { border-color: rgb(202,250,198); }

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