#D0FCB5

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

Shades of Tea Green #D0FCB5

Tints of Tea Green #D0FCB5

Color information

#D0FCB5 (or 0xD0FCB5) is unknown color: approx Tea Green. HEX triplet: D0, FC and B5. RGB value is (208,252,181). Sum of RGB (Red+Green+Blue) = 208+252+181=641 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.45% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 181 (71.09% from 255 or 28.24% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FCB5 is #2F034A. Grayscale: #E6E6E6. Windows color (decimal): -3081035 or 11926736. OLE color: 11926736.

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

Color convert

RGB208252181-
CMYK0.1700.280.01
HSL97.18º92.21%84.9%-
HSV(B)97.18º28.17%98.82%-
XYZ69.1686.3756.74-
YUV230.7599.92111.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.45%
GREEN value IS 252 (98.83% from 255) = 39.31%
BLUE value IS 181 (71.09% from 255) = 28.24%
R=32.45%
G=39.31%
B=28.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082521810.1700.280.0197.1892.2184.9
HexD0FCB51101C1615c55
Octal320374265210341141134125
Binary110100001111110010110101100010111001110000110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FCB5; }

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

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

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

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

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

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

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

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