#D2EFBC

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

Shades of Tea Green #D2EFBC

Tints of Tea Green #D2EFBC

Color information

#D2EFBC (or 0xD2EFBC) is unknown color: approx Tea Green. HEX triplet: D2, EF and BC. RGB value is (210,239,188). Sum of RGB (Red+Green+Blue) = 210+239+188=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFBC is #2D1043. Grayscale: #E0E0E0. Windows color (decimal): -2953284 or 12382162. OLE color: 12382162.

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

Color convert

RGB210239188-
CMYK0.1200.210.06
HSL94.12º61.45%83.73%-
HSV(B)94.12º21.34%93.73%-
XYZ66.5279.0759.33-
YUV224.52107.39117.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.97%
GREEN value IS 239 (93.75% from 255) = 37.52%
BLUE value IS 188 (73.83% from 255) = 29.51%
R=32.97%
G=37.52%
B=29.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102391880.1200.210.0694.1261.4583.73
HexD2EFBCC01565e3d54
Octal32235727414025613675124
Binary110100101110111110111100110001010111010111101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EFBC; }

 p { color: rgb(210,239,188); }

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

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

 a { background-color: rgb(210,239,188); }

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

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

 span { border-color: rgb(210,239,188); }

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