#CFFAC7

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

Shades of Snowy Mint #CFFAC7

Tints of Snowy Mint #CFFAC7

Color information

#CFFAC7 (or 0xCFFAC7) is unknown color: approx Snowy Mint. HEX triplet: CF, FA and C7. RGB value is (207,250,199). Sum of RGB (Red+Green+Blue) = 207+250+199=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 199 (78.12% from 255 or 30.34% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFAC7 is #300538. Grayscale: #E7E7E7. Windows color (decimal): -3147065 or 13105871. OLE color: 13105871.

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

Color convert

RGB207250199-
CMYK0.1700.200.02
HSL110.59º83.61%88.04%-
HSV(B)110.59º20.4%98.04%-
XYZ70.2385.7666.88-
YUV231.33109.75110.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 250 (98.05% from 255) = 38.11%
BLUE value IS 199 (78.12% from 255) = 30.34%
R=31.55%
G=38.11%
B=30.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072501990.1700.200.02110.5983.6188.04
HexCFFAC71101426f5458
Octal317372307210242157124130
Binary1100111111111010110001111000101010010110111110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAC7; }

 p { color: rgb(207,250,199); }

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

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

 a { background-color: rgb(207,250,199); }

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

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

 span { border-color: rgb(207,250,199); }

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