Html Css Color HEX #D0EBBB Tea Green

📋 copy color: '#D0EBBB'

red 208 ◦ green 235 ◦ blue 187

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

Shades of Tea Green #D0EBBB

Tints of Tea Green #D0EBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.68%

R = 33.02%
G = 37.3%
B = 29.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#D0EBBB (or 0xD0EBBB) is known color: Tea Green. HEX triplet: D0, EB and BB. RGB value is (208,235,187). Sum of RGB (Red+Green+Blue) = 208+235+187=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBBB is #2F1444. Grayscale: #DDDDDD. Windows color (decimal): -3085381 or 12315600. OLE color: 12315600.

HSL color Cylindrical-coordinate representation of color #D0EBBB: hue angle of 93.75º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0EBBB is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 235 187 -
CMYK 0.11 0 0.20 0.08
HSL 93.75º 0.55% 0.83% -
HSV(B) 93.75º 0.2% 0.92% -
XYZ 64.69 76.41 58.35 -
YUV 221.46 108.55 118.4 -
System Red Green Blue C M Y K H S L
Decimal 208 235 187 0.11 0 0.20 0.08 93.75 0.55 0.83
Hex D0 EB BB B 0 14 8 5E 37 53
Octal 320 353 273 13 0 24 10 136 67 123
Binary 11010000 11101011 10111011 1011 0 10100 1000 1011110 110111 1010011

Color Harmonies of #D0EBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EBBB

Black with #D0EBBB

Text Example


Text Example

White with #D0EBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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