#D6F2BE

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

Shades of Tea Green #D6F2BE

Tints of Tea Green #D6F2BE

Color information

#D6F2BE (or 0xD6F2BE) is unknown color: approx Tea Green. HEX triplet: D6, F2 and BE. RGB value is (214,242,190). Sum of RGB (Red+Green+Blue) = 214+242+190=646 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.13% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2BE is #290D41. Grayscale: #E3E3E3. Windows color (decimal): -2690370 or 12514006. OLE color: 12514006.

HSL color Cylindrical-coordinate representation of color #D6F2BE: hue angle of 92.31º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6F2BE is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB214242190-
CMYK0.1200.210.05
HSL92.31º66.67%84.71%-
HSV(B)92.31º21.49%94.9%-
XYZ68.7881.5260.82-
YUV227.7106.72118.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.13%
GREEN value IS 242 (94.92% from 255) = 37.46%
BLUE value IS 190 (74.61% from 255) = 29.41%
R=33.13%
G=37.46%
B=29.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142421900.1200.210.0592.3166.6784.71
HexD6F2BEC01555c4355
Octal326362276140255134103125
Binary1101011011110010101111101100010101101101110010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F2BE; }

 p { color: rgb(214,242,190); }

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

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

 a { background-color: rgb(214,242,190); }

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

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

 span { border-color: rgb(214,242,190); }

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