#D0E9C1

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

Shades of Tea Green #D0E9C1

Tints of Tea Green #D0E9C1

Color information

#D0E9C1 (or 0xD0E9C1) is unknown color: approx Tea Green. HEX triplet: D0, E9 and C1. RGB value is (208,233,193). Sum of RGB (Red+Green+Blue) = 208+233+193=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 233 (91.41% from 255 or 36.75% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E9C1 is #2F163E. Grayscale: #DDDDDD. Windows color (decimal): -3085887 or 12708304. OLE color: 12708304.

HSL color Cylindrical-coordinate representation of color #D0E9C1: hue angle of 97.5º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0E9C1 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB208233193-
CMYK0.1100.170.09
HSL97.5º47.62%83.53%-
HSV(B)97.5º17.17%91.37%-
XYZ64.7875.5461.62-
YUV220.96112.22118.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.81%
GREEN value IS 233 (91.41% from 255) = 36.75%
BLUE value IS 193 (75.78% from 255) = 30.44%
R=32.81%
G=36.75%
B=30.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082331930.1100.170.0997.547.6283.53
HexD0E9C1B0119623054
Octal320351301130211114260124
Binary1101000011101001110000011011010001100111000101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E9C1; }

 p { color: rgb(208,233,193); }

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

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

 a { background-color: rgb(208,233,193); }

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

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

 span { border-color: rgb(208,233,193); }

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