#D0F1C5

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

Shades of Tea Green #D0F1C5

Tints of Tea Green #D0F1C5

Color information

#D0F1C5 (or 0xD0F1C5) is unknown color: approx Tea Green. HEX triplet: D0, F1 and C5. RGB value is (208,241,197). Sum of RGB (Red+Green+Blue) = 208+241+197=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 241 (94.53% from 255 or 37.31% from 646); Blue value is 197 (77.34% from 255 or 30.50% from 646); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F1C5 is #2F0E3A. Grayscale: #E2E2E2. Windows color (decimal): -3083835 or 12972496. OLE color: 12972496.

HSL color Cylindrical-coordinate representation of color #D0F1C5: hue angle of 105º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0F1C5 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB208241197-
CMYK0.1400.180.05
HSL105º61.11%85.88%-
HSV(B)105º18.26%94.51%-
XYZ67.5580.3564.77-
YUV226.12111.57115.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.20%
GREEN value IS 241 (94.53% from 255) = 37.31%
BLUE value IS 197 (77.34% from 255) = 30.50%
R=32.20%
G=37.31%
B=30.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082411970.1400.180.0510561.1185.88
HexD0F1C5E0125693d56
Octal32036130516022515175126
Binary110100001111000111000101111001001010111010011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F1C5; }

 p { color: rgb(208,241,197); }

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

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

 a { background-color: rgb(208,241,197); }

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

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

 span { border-color: rgb(208,241,197); }

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