Html Css Color HEX #D6F2BF Tea Green

📋 copy color: '#D6F2BF'

red 214 ◦ green 242 ◦ blue 191

#D6F2BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #D6F2BF

Tints of Tea Green #D6F2BF

RGB

 RED value IS 214 (83.98% from 255) = 33.08%

 GREEN value IS 242 (94.92% from 255) = 37.4%

 BLUE value IS 191 (75% from 255) = 29.52%

R = 33.08%
G = 37.4%
B = 29.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#D6F2BF (or 0xD6F2BF) is known color: Tea Green. HEX triplet: D6, F2 and BF. RGB value is (214,242,191). Sum of RGB (Red+Green+Blue) = 214+242+191=647 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.08% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 191 (75% from 255 or 29.52% from 647); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2BF is #290D40. Grayscale: #E3E3E3. Windows color (decimal): -2690369 or 12579542. OLE color: 12579542.

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

Color convert

RGB 214 242 191 -
CMYK 0.12 0 0.21 0.05
HSL 92.94º 0.66% 0.85% -
HSV(B) 92.94º 0.21% 0.95% -
XYZ 68.89 81.56 61.4 -
YUV 227.81 107.22 118.15 -
System Red Green Blue C M Y K H S L
Decimal 214 242 191 0.12 0 0.21 0.05 92.94 0.66 0.85
Hex D6 F2 BF C 0 15 5 5D 42 55
Octal 326 362 277 14 0 25 5 135 102 125
Binary 11010110 11110010 10111111 1100 0 10101 101 1011101 1000010 1010101

Color Harmonies of #D6F2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F2BF

Black with #D6F2BF

Text Example


Text Example

White with #D6F2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F2BF; }

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

 H1.HeaderClassName
 {
   color: #D6F2BF;
 }
 .AnyTagClassName
 {
   color: #D6F2BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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