#D0F9D2

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

Shades of Tara #D0F9D2

Tints of Tara #D0F9D2

Color information

#D0F9D2 (or 0xD0F9D2) is unknown color: approx Tara. HEX triplet: D0, F9 and D2. RGB value is (208,249,210). Sum of RGB (Red+Green+Blue) = 208+249+210=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 249 (97.66% from 255 or 37.33% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F9D2 is #2F062D. Grayscale: #E8E8E8. Windows color (decimal): -3081774 or 13826512. OLE color: 13826512.

HSL color Cylindrical-coordinate representation of color #D0F9D2: hue angle of 122.93º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F9D2 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB208249210-
CMYK0.1600.160.02
HSL122.93º77.36%89.61%-
HSV(B)122.93º16.47%97.65%-
XYZ71.5285.8173.77-
YUV232.3115.42110.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.18%
GREEN value IS 249 (97.66% from 255) = 37.33%
BLUE value IS 210 (82.42% from 255) = 31.48%
R=31.18%
G=37.33%
B=31.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082492100.1600.160.02122.9377.3689.61
HexD0F9D21001027b4d5a
Octal320371322200202173115132
Binary1101000011111001110100101000001000010111101110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F9D2; }

 p { color: rgb(208,249,210); }

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

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

 a { background-color: rgb(208,249,210); }

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

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

 span { border-color: rgb(208,249,210); }

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