#D0FCB2

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

Shades of Tea Green #D0FCB2

Tints of Tea Green #D0FCB2

Color information

#D0FCB2 (or 0xD0FCB2) is unknown color: approx Tea Green. HEX triplet: D0, FC and B2. RGB value is (208,252,178). Sum of RGB (Red+Green+Blue) = 208+252+178=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 178 (69.92% from 255 or 27.90% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FCB2 is #2F034D. Grayscale: #E6E6E6. Windows color (decimal): -3081038 or 11730128. OLE color: 11730128.

HSL color Cylindrical-coordinate representation of color #D0FCB2: hue angle of 95.68º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0FCB2 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB208252178-
CMYK0.1700.290.01
HSL95.68º92.5%84.31%-
HSV(B)95.68º29.37%98.82%-
XYZ68.8686.2555.14-
YUV230.4198.42112.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.60%
GREEN value IS 252 (98.83% from 255) = 39.50%
BLUE value IS 178 (69.92% from 255) = 27.90%
R=32.60%
G=39.50%
B=27.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082521780.1700.290.0195.6892.584.31
HexD0FCB21101D1605c54
Octal320374262210351140134124
Binary110100001111110010110010100010111011110000010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FCB2; }

 p { color: rgb(208,252,178); }

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

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

 a { background-color: rgb(208,252,178); }

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

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

 span { border-color: rgb(208,252,178); }

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