Html Css Color HEX #D0EFBB Tea Green

📋 copy color: '#D0EFBB'

red 208 ◦ green 239 ◦ blue 187

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

Shades of Tea Green #D0EFBB

Tints of Tea Green #D0EFBB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.7%

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

R = 32.81%
G = 37.7%
B = 29.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#D0EFBB (or 0xD0EFBB) is known color: Tea Green. HEX triplet: D0, EF and BB. RGB value is (208,239,187). Sum of RGB (Red+Green+Blue) = 208+239+187=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFBB is #2F1044. Grayscale: #DFDFDF. Windows color (decimal): -3084357 or 12316624. OLE color: 12316624.

HSL color Cylindrical-coordinate representation of color #D0EFBB: hue angle of 95.77º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0EFBB is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 239 187 -
CMYK 0.13 0 0.22 0.06
HSL 95.77º 0.62% 0.84% -
HSV(B) 95.77º 0.22% 0.94% -
XYZ 65.85 78.73 58.74 -
YUV 223.8 107.23 116.73 -
System Red Green Blue C M Y K H S L
Decimal 208 239 187 0.13 0 0.22 0.06 95.77 0.62 0.84
Hex D0 EF BB D 0 16 6 60 3E 54
Octal 320 357 273 15 0 26 6 140 76 124
Binary 11010000 11101111 10111011 1101 0 10110 110 1100000 111110 1010100

Color Harmonies of #D0EFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EFBB

Black with #D0EFBB

Text Example


Text Example

White with #D0EFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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