#D6F1BF

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

Shades of Tea Green #D6F1BF

Tints of Tea Green #D6F1BF

Color information

#D6F1BF (or 0xD6F1BF) is unknown color: approx Tea Green. HEX triplet: D6, F1 and BF. RGB value is (214,241,191). Sum of RGB (Red+Green+Blue) = 214+241+191=646 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.13% from 646); Green value is 241 (94.53% from 255 or 37.31% from 646); Blue value is 191 (75% from 255 or 29.57% from 646); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F1BF is #290E40. Grayscale: #E3E3E3. Windows color (decimal): -2690625 or 12579286. OLE color: 12579286.

HSL color Cylindrical-coordinate representation of color #D6F1BF: hue angle of 92.4º degrees, saturation: 0.64, 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 #D6F1BF is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB214241191-
CMYK0.1100.210.05
HSL92.4º64.1%84.71%-
HSV(B)92.4º20.75%94.51%-
XYZ68.5980.9761.3-
YUV227.23107.55118.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.13%
GREEN value IS 241 (94.53% from 255) = 37.31%
BLUE value IS 191 (75% from 255) = 29.57%
R=33.13%
G=37.31%
B=29.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142411910.1100.210.0592.464.184.71
HexD6F1BFB01555c4055
Octal326361277130255134100125
Binary1101011011110001101111111011010101101101110010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F1BF; }

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

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

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

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

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

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

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

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