#C8FAC4

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

Shades of Snowy Mint #C8FAC4

Tints of Snowy Mint #C8FAC4

Color information

#C8FAC4 (or 0xC8FAC4) is unknown color: approx Snowy Mint. HEX triplet: C8, FA and C4. RGB value is (200,250,196). Sum of RGB (Red+Green+Blue) = 200+250+196=646 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.96% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 196 (76.95% from 255 or 30.34% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FAC4 is #37053B. Grayscale: #E5E5E5. Windows color (decimal): -3605820 or 12909256. OLE color: 12909256.

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

Color convert

RGB200250196-
CMYK0.200.220.02
HSL115.56º84.38%87.45%-
HSV(B)115.56º21.6%98.04%-
XYZ67.9784.6464.98-
YUV228.89109.44107.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.96%
GREEN value IS 250 (98.05% from 255) = 38.70%
BLUE value IS 196 (76.95% from 255) = 30.34%
R=30.96%
G=38.70%
B=30.34%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002501960.200.220.02115.5684.3887.45
HexC8FAC4140162745457
Octal310372304240262164124127
Binary1100100011111010110001001010001011010111010010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FAC4; }

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

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

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

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

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

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

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

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