Html Css Color HEX #D0FFB0 Tea Green

📋 copy color: '#D0FFB0'

red 208 ◦ green 255 ◦ blue 176

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

Shades of Tea Green #D0FFB0

Tints of Tea Green #D0FFB0

RGB

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

 GREEN value IS 255 (100% from 255) = 39.91%

 BLUE value IS 176 (69.14% from 255) = 27.54%

R = 32.55%
G = 39.91%
B = 27.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#D0FFB0 (or 0xD0FFB0) is known color: Tea Green. HEX triplet: D0, FF and B0. RGB value is (208,255,176). Sum of RGB (Red+Green+Blue) = 208+255+176=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 176 (69.14% from 255 or 27.54% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FFB0 is #2F004F. Grayscale: #E8E8E8. Windows color (decimal): -3080272 or 11599824. OLE color: 11599824.

HSL color Cylindrical-coordinate representation of color #D0FFB0: hue angle of 95.7º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0FFB0 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 208 255 176 -
CMYK 0.18 0 0.31 0
HSL 95.7º 1% 0.85% -
HSV(B) 95.7º 0.31% 1% -
XYZ 69.61 88.06 54.4 -
YUV 231.94 96.43 110.92 -
System Red Green Blue C M Y K H S L
Decimal 208 255 176 0.18 0 0.31 0 95.7 1 0.85
Hex D0 FF B0 12 0 1F 0 60 64 55
Octal 320 377 260 22 0 37 0 140 144 125
Binary 11010000 11111111 10110000 10010 0 11111 0 1100000 1100100 1010101

Color Harmonies of #D0FFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FFB0

Black with #D0FFB0

Text Example


Text Example

White with #D0FFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FFB0; }

 p { color: rgb(208,255,176); }

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

background-color css

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

 a { background-color: rgb(208,255,176); }

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

border-color css

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

 span { border-color: rgb(208,255,176); }

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