#D0F6C9

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

Shades of Snowy Mint #D0F6C9

Tints of Snowy Mint #D0F6C9

Color information

#D0F6C9 (or 0xD0F6C9) is unknown color: approx Snowy Mint. HEX triplet: D0, F6 and C9. RGB value is (208,246,201). Sum of RGB (Red+Green+Blue) = 208+246+201=655 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.76% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 201 (78.91% from 255 or 30.69% from 655); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F6C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F6C9 is #2F0936. Grayscale: #E5E5E5. Windows color (decimal): -3082551 or 13235920. OLE color: 13235920.

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

Color convert

RGB208246201-
CMYK0.1500.180.04
HSL110.67º71.43%87.65%-
HSV(B)110.67º18.29%96.47%-
XYZ69.5183.5467.72-
YUV229.51111.91112.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.76%
GREEN value IS 246 (96.48% from 255) = 37.56%
BLUE value IS 201 (78.91% from 255) = 30.69%
R=31.76%
G=37.56%
B=30.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082462010.1500.180.04110.6771.4387.65
HexD0F6C9F01246f4758
Octal320366311170224157107130
Binary1101000011110110110010011111010010100110111110001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F6C9; }

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

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

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

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

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

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

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

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