#D6F7BD

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

Shades of Tea Green #D6F7BD

Tints of Tea Green #D6F7BD

Color information

#D6F7BD (or 0xD6F7BD) is unknown color: approx Tea Green. HEX triplet: D6, F7 and BD. RGB value is (214,247,189). Sum of RGB (Red+Green+Blue) = 214+247+189=650 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.92% from 650); Green value is 247 (96.88% from 255 or 38% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F7BD is #290842. Grayscale: #E6E6E6. Windows color (decimal): -2689091 or 12449750. OLE color: 12449750.

HSL color Cylindrical-coordinate representation of color #D6F7BD: hue angle of 94.14º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6F7BD is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB214247189-
CMYK0.1300.230.03
HSL94.14º78.38%85.49%-
HSV(B)94.14º23.48%96.86%-
XYZ70.1884.4960.75-
YUV230.52104.57116.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.92%
GREEN value IS 247 (96.88% from 255) = 38%
BLUE value IS 189 (74.22% from 255) = 29.08%
R=32.92%
G=38%
B=29.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2142471890.1300.230.0394.1478.3885.49
HexD6F7BDD01735e4e55
Octal326367275150273136116125
Binary110101101111011110111101110101011111101111010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F7BD; }

 p { color: rgb(214,247,189); }

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

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

 a { background-color: rgb(214,247,189); }

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

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

 span { border-color: rgb(214,247,189); }

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