#CCFAC4

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

Shades of Snowy Mint #CCFAC4

Tints of Snowy Mint #CCFAC4

Color information

#CCFAC4 (or 0xCCFAC4) is unknown color: approx Snowy Mint. HEX triplet: CC, FA and C4. RGB value is (204,250,196). Sum of RGB (Red+Green+Blue) = 204+250+196=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 196 (76.95% from 255 or 30.15% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAC4 is #33053B. Grayscale: #E6E6E6. Windows color (decimal): -3343676 or 12909260. OLE color: 12909260.

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

Color convert

RGB204250196-
CMYK0.1800.220.02
HSL111.11º84.38%87.45%-
HSV(B)111.11º21.6%98.04%-
XYZ69.0585.1965.03-
YUV230.09108.76109.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 250 (98.05% from 255) = 38.46%
BLUE value IS 196 (76.95% from 255) = 30.15%
R=31.38%
G=38.46%
B=30.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042501960.1800.220.02111.1184.3887.45
HexCCFAC41201626f5457
Octal314372304220262157124127
Binary1100110011111010110001001001001011010110111110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAC4; }

 p { color: rgb(204,250,196); }

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

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

 a { background-color: rgb(204,250,196); }

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

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

 span { border-color: rgb(204,250,196); }

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