#D0EFBB

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

Shades of Tea Green #D0EFBB

Tints of Tea Green #D0EFBB

Color information

#D0EFBB (or 0xD0EFBB) is unknown color: approx Tea Green. HEX triplet: D0, EF and BB. RGB value is (208,239,187). Sum of RGB (Red+Green+Blue) = 208+239+187=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFBB is #2F1044. Grayscale: #DFDFDF. Windows color (decimal): -3084357 or 12316624. OLE color: 12316624.

HSL color Cylindrical-coordinate representation of color #D0EFBB: hue angle of 95.77º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0EFBB is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB208239187-
CMYK0.1300.220.06
HSL95.77º61.9%83.53%-
HSV(B)95.77º21.76%93.73%-
XYZ65.8578.7358.74-
YUV223.8107.23116.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.81%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 187 (73.44% from 255) = 29.50%
R=32.81%
G=37.70%
B=29.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082391870.1300.220.0695.7761.983.53
HexD0EFBBD0166603e54
Octal32035727315026614076124
Binary110100001110111110111011110101011011011000001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EFBB; }

 p { color: rgb(208,239,187); }

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

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

 a { background-color: rgb(208,239,187); }

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

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

 span { border-color: rgb(208,239,187); }

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