Html Css Color HEX #D6EDC3 Tea Green

📋 copy color: '#D6EDC3'

red 214 ◦ green 237 ◦ blue 195

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

Shades of Tea Green #D6EDC3

Tints of Tea Green #D6EDC3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.69%

 BLUE value IS 195 (76.56% from 255) = 30.19%

R = 33.13%
G = 36.69%
B = 30.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#D6EDC3 (or 0xD6EDC3) is known color: Tea Green. HEX triplet: D6, ED and C3. RGB value is (214,237,195). Sum of RGB (Red+Green+Blue) = 214+237+195=646 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.13% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 195 (76.56% from 255 or 30.19% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EDC3 is #29123C. Grayscale: #E1E1E1. Windows color (decimal): -2691645 or 12840406. OLE color: 12840406.

HSL color Cylindrical-coordinate representation of color #D6EDC3: hue angle of 92.86º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6EDC3 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 237 195 -
CMYK 0.10 0 0.18 0.07
HSL 92.86º 0.54% 0.85% -
HSV(B) 92.86º 0.18% 0.93% -
XYZ 67.87 78.8 63.26 -
YUV 225.34 110.88 119.92 -
System Red Green Blue C M Y K H S L
Decimal 214 237 195 0.10 0 0.18 0.07 92.86 0.54 0.85
Hex D6 ED C3 A 0 12 7 5D 36 55
Octal 326 355 303 12 0 22 7 135 66 125
Binary 11010110 11101101 11000011 1010 0 10010 111 1011101 110110 1010101

Color Harmonies of #D6EDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDC3

Black with #D6EDC3

Text Example


Text Example

White with #D6EDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDC3; }

 p { color: rgb(214,237,195); }

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

background-color css

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

 a { background-color: rgb(214,237,195); }

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

border-color css

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

 span { border-color: rgb(214,237,195); }

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