Html Css Color HEX #D0EBC1 Tea Green

📋 copy color: '#D0EBC1'

red 208 ◦ green 235 ◦ blue 193

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

Shades of Tea Green #D0EBC1

Tints of Tea Green #D0EBC1

RGB

 RED value IS 208 (81.64% from 255) = 32.7%

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

 BLUE value IS 193 (75.78% from 255) = 30.35%

R = 32.7%
G = 36.95%
B = 30.35%

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

#D0EBC1 (or 0xD0EBC1) is known color: Tea Green. HEX triplet: D0, EB and C1. RGB value is (208,235,193). Sum of RGB (Red+Green+Blue) = 208+235+193=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 193 (75.78% from 255 or 30.35% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBC1 is #2F143E. Grayscale: #DEDEDE. Windows color (decimal): -3085375 or 12708816. OLE color: 12708816.

HSL color Cylindrical-coordinate representation of color #D0EBC1: hue angle of 98.57º degrees, saturation: 0.51, 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 #D0EBC1 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 235 193 -
CMYK 0.11 0 0.18 0.08
HSL 98.57º 0.51% 0.84% -
HSV(B) 98.57º 0.18% 0.92% -
XYZ 65.35 76.68 61.81 -
YUV 222.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 208 235 193 0.11 0 0.18 0.08 98.57 0.51 0.84
Hex D0 EB C1 B 0 12 8 63 33 54
Octal 320 353 301 13 0 22 10 143 63 124
Binary 11010000 11101011 11000001 1011 0 10010 1000 1100011 110011 1010100

Color Harmonies of #D0EBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EBC1

Black with #D0EBC1

Text Example


Text Example

White with #D0EBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EBC1; }

 p { color: rgb(208,235,193); }

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

background-color css

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

 a { background-color: rgb(208,235,193); }

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

border-color css

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

 span { border-color: rgb(208,235,193); }

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