Html Css Color HEX #D0EBBF Tea Green

📋 copy color: '#D0EBBF'

red 208 ◦ green 235 ◦ blue 191

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

Shades of Tea Green #D0EBBF

Tints of Tea Green #D0EBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.13%

R = 32.81%
G = 37.07%
B = 30.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#D0EBBF (or 0xD0EBBF) is known color: Tea Green. HEX triplet: D0, EB and BF. RGB value is (208,235,191). Sum of RGB (Red+Green+Blue) = 208+235+191=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBBF is #2F1440. Grayscale: #DEDEDE. Windows color (decimal): -3085377 or 12577744. OLE color: 12577744.

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

Color convert

RGB 208 235 191 -
CMYK 0.11 0 0.19 0.08
HSL 96.82º 0.52% 0.84% -
HSV(B) 96.82º 0.19% 0.92% -
XYZ 65.12 76.59 60.64 -
YUV 221.91 110.55 118.08 -
System Red Green Blue C M Y K H S L
Decimal 208 235 191 0.11 0 0.19 0.08 96.82 0.52 0.84
Hex D0 EB BF B 0 13 8 61 34 54
Octal 320 353 277 13 0 23 10 141 64 124
Binary 11010000 11101011 10111111 1011 0 10011 1000 1100001 110100 1010100

Color Harmonies of #D0EBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EBBF

Black with #D0EBBF

Text Example


Text Example

White with #D0EBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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