#C6F0C4

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

Shades of Snowy Mint #C6F0C4

Tints of Snowy Mint #C6F0C4

Color information

#C6F0C4 (or 0xC6F0C4) is unknown color: approx Snowy Mint. HEX triplet: C6, F0 and C4. RGB value is (198,240,196). Sum of RGB (Red+Green+Blue) = 198+240+196=634 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.23% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F0C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6F0C4 is #390F3B. Grayscale: #DEDEDE. Windows color (decimal): -3739452 or 12906694. OLE color: 12906694.

HSL color Cylindrical-coordinate representation of color #C6F0C4: hue angle of 117.27º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6F0C4 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB198240196-
CMYK0.1800.180.06
HSL117.27º59.46%85.49%-
HSV(B)117.27º18.33%94.12%-
XYZ64.4178.3163.95-
YUV222.43113.09110.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.23%
GREEN value IS 240 (94.14% from 255) = 37.85%
BLUE value IS 196 (76.95% from 255) = 30.91%
R=31.23%
G=37.85%
B=30.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1982401960.1800.180.06117.2759.4685.49
HexC6F0C4120126753b55
Octal30636030422022616573125
Binary1100011011110000110001001001001001011011101011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F0C4; }

 p { color: rgb(198,240,196); }

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

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

 a { background-color: rgb(198,240,196); }

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

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

 span { border-color: rgb(198,240,196); }

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