Html Css Color HEX #D2EBC0 Tea Green

📋 copy color: '#D2EBC0'

red 210 ◦ green 235 ◦ blue 192

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

Shades of Tea Green #D2EBC0

Tints of Tea Green #D2EBC0

RGB

 RED value IS 210 (82.42% from 255) = 32.97%

 GREEN value IS 235 (92.19% from 255) = 36.89%

 BLUE value IS 192 (75.39% from 255) = 30.14%

R = 32.97%
G = 36.89%
B = 30.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#D2EBC0 (or 0xD2EBC0) is known color: Tea Green. HEX triplet: D2, EB and C0. RGB value is (210,235,192). Sum of RGB (Red+Green+Blue) = 210+235+192=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 192 (75.39% from 255 or 30.14% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBC0 is #2D143F. Grayscale: #DEDEDE. Windows color (decimal): -2954304 or 12643282. OLE color: 12643282.

HSL color Cylindrical-coordinate representation of color #D2EBC0: hue angle of 94.88º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2EBC0 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 235 192 -
CMYK 0.11 0 0.18 0.08
HSL 94.88º 0.52% 0.84% -
HSV(B) 94.88º 0.18% 0.92% -
XYZ 65.8 76.92 61.25 -
YUV 222.62 110.72 119 -
System Red Green Blue C M Y K H S L
Decimal 210 235 192 0.11 0 0.18 0.08 94.88 0.52 0.84
Hex D2 EB C0 B 0 12 8 5F 34 54
Octal 322 353 300 13 0 22 10 137 64 124
Binary 11010010 11101011 11000000 1011 0 10010 1000 1011111 110100 1010100

Color Harmonies of #D2EBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EBC0

Black with #D2EBC0

Text Example


Text Example

White with #D2EBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EBC0; }

 p { color: rgb(210,235,192); }

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

background-color css

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

 a { background-color: rgb(210,235,192); }

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

border-color css

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

 span { border-color: rgb(210,235,192); }

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