#CAFAC5

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

Shades of Snowy Mint #CAFAC5

Tints of Snowy Mint #CAFAC5

Color information

#CAFAC5 (or 0xCAFAC5) is unknown color: approx Snowy Mint. HEX triplet: CA, FA and C5. RGB value is (202,250,197). Sum of RGB (Red+Green+Blue) = 202+250+197=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 197 (77.34% from 255 or 30.35% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFAC5 is #35053A. Grayscale: #E5E5E5. Windows color (decimal): -3474747 or 12974794. OLE color: 12974794.

HSL color Cylindrical-coordinate representation of color #CAFAC5: hue angle of 114.34º 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 #CAFAC5 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB202250197-
CMYK0.1900.210.02
HSL114.34º84.13%87.65%-
HSV(B)114.34º21.2%98.04%-
XYZ68.6284.9665.61-
YUV229.61109.6108.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.12%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 197 (77.34% from 255) = 30.35%
R=31.12%
G=38.52%
B=30.35%

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
Decimal2022501970.1900.210.02114.3484.1387.65
HexCAFAC5130152725458
Octal312372305230252162124130
Binary1100101011111010110001011001101010110111001010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFAC5; }

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

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

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

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

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

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

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

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