Html Css Color HEX #D6EFBE Tea Green

📋 copy color: '#D6EFBE'

red 214 ◦ green 239 ◦ blue 190

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

Shades of Tea Green #D6EFBE

Tints of Tea Green #D6EFBE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.17%

 BLUE value IS 190 (74.61% from 255) = 29.55%

R = 33.28%
G = 37.17%
B = 29.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#D6EFBE (or 0xD6EFBE) is known color: Tea Green. HEX triplet: D6, EF and BE. RGB value is (214,239,190). Sum of RGB (Red+Green+Blue) = 214+239+190=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFBE is #291041. Grayscale: #E2E2E2. Windows color (decimal): -2691138 or 12513238. OLE color: 12513238.

HSL color Cylindrical-coordinate representation of color #D6EFBE: hue angle of 90.61º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6EFBE is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 239 190 -
CMYK 0.10 0 0.21 0.06
HSL 90.61º 0.6% 0.84% -
HSV(B) 90.61º 0.21% 0.94% -
XYZ 67.89 79.75 60.53 -
YUV 225.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 214 239 190 0.10 0 0.21 0.06 90.61 0.6 0.84
Hex D6 EF BE A 0 15 6 5B 3C 54
Octal 326 357 276 12 0 25 6 133 74 124
Binary 11010110 11101111 10111110 1010 0 10101 110 1011011 111100 1010100

Color Harmonies of #D6EFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EFBE

Black with #D6EFBE

Text Example


Text Example

White with #D6EFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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