#D6F5BF

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

Shades of Tea Green #D6F5BF

Tints of Tea Green #D6F5BF

Color information

#D6F5BF (or 0xD6F5BF) is unknown color: approx Tea Green. HEX triplet: D6, F5 and BF. RGB value is (214,245,191). Sum of RGB (Red+Green+Blue) = 214+245+191=650 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.92% from 650); Green value is 245 (96.09% from 255 or 37.69% from 650); Blue value is 191 (75% from 255 or 29.38% from 650); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F5BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F5BF is #290A40. Grayscale: #E5E5E5. Windows color (decimal): -2689601 or 12580310. OLE color: 12580310.

HSL color Cylindrical-coordinate representation of color #D6F5BF: hue angle of 94.44º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6F5BF is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB214245191-
CMYK0.1300.220.04
HSL94.44º72.97%85.49%-
HSV(B)94.44º22.04%96.08%-
XYZ69.7983.3661.7-
YUV229.58106.23116.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.92%
GREEN value IS 245 (96.09% from 255) = 37.69%
BLUE value IS 191 (75% from 255) = 29.38%
R=32.92%
G=37.69%
B=29.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2142451910.1300.220.0494.4472.9785.49
HexD6F5BFD01645e4955
Octal326365277150264136111125
Binary1101011011110101101111111101010110100101111010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F5BF; }

 p { color: rgb(214,245,191); }

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

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

 a { background-color: rgb(214,245,191); }

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

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

 span { border-color: rgb(214,245,191); }

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