#CFFAC8

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

Shades of Snowy Mint #CFFAC8

Tints of Snowy Mint #CFFAC8

Color information

#CFFAC8 (or 0xCFFAC8) is unknown color: approx Snowy Mint. HEX triplet: CF, FA and C8. RGB value is (207,250,200). Sum of RGB (Red+Green+Blue) = 207+250+200=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFAC8 is #300537. Grayscale: #E7E7E7. Windows color (decimal): -3147064 or 13171407. OLE color: 13171407.

HSL color Cylindrical-coordinate representation of color #CFFAC8: hue angle of 111.6º degrees, saturation: 0.83, 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 #CFFAC8 is Cyan = 0.17, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB207250200-
CMYK0.1700.20.02
HSL111.6º83.33%88.24%-
HSV(B)111.6º20%98.04%-
XYZ70.3485.8167.5-
YUV231.44110.25110.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.51%
GREEN value IS 250 (98.05% from 255) = 38.05%
BLUE value IS 200 (78.52% from 255) = 30.44%
R=31.51%
G=38.05%
B=30.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502000.1700.20.02111.683.3388.24
HexCFFAC8110142705358
Octal317372310210242160123130
Binary1100111111111010110010001000101010010111000010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAC8; }

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

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

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

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

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

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

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

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