Html Css Color HEX #D6EFBA Tea Green

📋 copy color: '#D6EFBA'

red 214 ◦ green 239 ◦ blue 186

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

Shades of Tea Green #D6EFBA

Tints of Tea Green #D6EFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.11%

R = 33.49%
G = 37.4%
B = 29.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#D6EFBA (or 0xD6EFBA) is known color: Tea Green. HEX triplet: D6, EF and BA. RGB value is (214,239,186). Sum of RGB (Red+Green+Blue) = 214+239+186=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFBA is #291045. Grayscale: #E1E1E1. Windows color (decimal): -2691142 or 12251094. OLE color: 12251094.

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

Color convert

RGB 214 239 186 -
CMYK 0.10 0 0.22 0.06
HSL 88.3º 0.62% 0.83% -
HSV(B) 88.3º 0.22% 0.94% -
XYZ 67.46 79.57 58.26 -
YUV 225.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 214 239 186 0.10 0 0.22 0.06 88.3 0.62 0.83
Hex D6 EF BA A 0 16 6 58 3E 53
Octal 326 357 272 12 0 26 6 130 76 123
Binary 11010110 11101111 10111010 1010 0 10110 110 1011000 111110 1010011

Color Harmonies of #D6EFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EFBA

Black with #D6EFBA

Text Example


Text Example

White with #D6EFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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