#D0F6C8

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

Shades of Snowy Mint #D0F6C8

Tints of Snowy Mint #D0F6C8

Color information

#D0F6C8 (or 0xD0F6C8) is unknown color: approx Snowy Mint. HEX triplet: D0, F6 and C8. RGB value is (208,246,200). Sum of RGB (Red+Green+Blue) = 208+246+200=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 200 (78.52% from 255 or 30.58% from 654); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F6C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F6C8 is #2F0937. Grayscale: #E5E5E5. Windows color (decimal): -3082552 or 13170384. OLE color: 13170384.

HSL color Cylindrical-coordinate representation of color #D0F6C8: hue angle of 109.57º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0F6C8 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB208246200-
CMYK0.1500.190.04
HSL109.57º71.88%87.45%-
HSV(B)109.57º18.7%96.47%-
XYZ69.3983.4967.1-
YUV229.39111.41112.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.80%
GREEN value IS 246 (96.48% from 255) = 37.61%
BLUE value IS 200 (78.52% from 255) = 30.58%
R=31.80%
G=37.61%
B=30.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082462000.1500.190.04109.5771.8887.45
HexD0F6C8F01346e4857
Octal320366310170234156110127
Binary1101000011110110110010001111010011100110111010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F6C8; }

 p { color: rgb(208,246,200); }

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

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

 a { background-color: rgb(208,246,200); }

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

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

 span { border-color: rgb(208,246,200); }

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