Html Css Color HEX #D0EFBF Tea Green

📋 copy color: '#D0EFBF'

red 208 ◦ green 239 ◦ blue 191

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

Shades of Tea Green #D0EFBF

Tints of Tea Green #D0EFBF

RGB

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

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

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

R = 32.6%
G = 37.46%
B = 29.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#D0EFBF (or 0xD0EFBF) is known color: Tea Green. HEX triplet: D0, EF and BF. RGB value is (208,239,191). Sum of RGB (Red+Green+Blue) = 208+239+191=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFBF is #2F1040. Grayscale: #E0E0E0. Windows color (decimal): -3084353 or 12578768. OLE color: 12578768.

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

Color convert

RGB 208 239 191 -
CMYK 0.13 0 0.20 0.06
HSL 98.75º 0.6% 0.84% -
HSV(B) 98.75º 0.2% 0.94% -
XYZ 66.28 78.9 61.03 -
YUV 224.26 109.23 116.4 -
System Red Green Blue C M Y K H S L
Decimal 208 239 191 0.13 0 0.20 0.06 98.75 0.6 0.84
Hex D0 EF BF D 0 14 6 63 3C 54
Octal 320 357 277 15 0 24 6 143 74 124
Binary 11010000 11101111 10111111 1101 0 10100 110 1100011 111100 1010100

Color Harmonies of #D0EFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EFBF

Black with #D0EFBF

Text Example


Text Example

White with #D0EFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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