Html Css Color HEX #D0EDB2 Tea Green

📋 copy color: '#D0EDB2'

red 208 ◦ green 237 ◦ blue 178

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

Shades of Tea Green #D0EDB2

Tints of Tea Green #D0EDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.57%

R = 33.39%
G = 38.04%
B = 28.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#D0EDB2 (or 0xD0EDB2) is known color: Tea Green. HEX triplet: D0, ED and B2. RGB value is (208,237,178). Sum of RGB (Red+Green+Blue) = 208+237+178=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 178 (69.92% from 255 or 28.57% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EDB2 is #2F124D. Grayscale: #DDDDDD. Windows color (decimal): -3084878 or 11726288. OLE color: 11726288.

HSL color Cylindrical-coordinate representation of color #D0EDB2: hue angle of 89.49º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0EDB2 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 237 178 -
CMYK 0.12 0 0.25 0.07
HSL 89.49º 0.62% 0.81% -
HSV(B) 89.49º 0.25% 0.93% -
XYZ 64.33 77.19 53.63 -
YUV 221.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 208 237 178 0.12 0 0.25 0.07 89.49 0.62 0.81
Hex D0 ED B2 C 0 19 7 59 3E 51
Octal 320 355 262 14 0 31 7 131 76 121
Binary 11010000 11101101 10110010 1100 0 11001 111 1011001 111110 1010001

Color Harmonies of #D0EDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EDB2

Black with #D0EDB2

Text Example


Text Example

White with #D0EDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EDB2; }

 p { color: rgb(208,237,178); }

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

background-color css

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

 a { background-color: rgb(208,237,178); }

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

border-color css

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

 span { border-color: rgb(208,237,178); }

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