#D0FEBF

Color #D0FEBF Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #D0FEBF

Tints of Tea Green #D0FEBF

Color information

#D0FEBF (or 0xD0FEBF) is unknown color: approx Tea Green. HEX triplet: D0, FE and BF. RGB value is (208,254,191). Sum of RGB (Red+Green+Blue) = 208+254+191=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 191 (75% from 255 or 29.25% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FEBF is #2F0140. Grayscale: #E9E9E9. Windows color (decimal): -3080513 or 12582608. OLE color: 12582608.

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

Color convert

RGB208254191-
CMYK0.1800.250.00
HSL103.81º96.92%87.25%-
HSV(B)103.81º24.8%99.61%-
XYZ70.8688.0662.55-
YUV233.06104.26110.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.85%
GREEN value IS 254 (99.61% from 255) = 38.90%
BLUE value IS 191 (75% from 255) = 29.25%
R=31.85%
G=38.90%
B=29.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082541910.1800.250.00103.8196.9287.25
HexD0FEBF120190686157
Octal320376277220310150141127
Binary110100001111111010111111100100110010110100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FEBF; }

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

 H1.HeaderClassName
 {
   color: #D0FEBF;
 }
 .AnyTagClassName
 {
   color: #D0FEBF;
 }
</style>
background-color css

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

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

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

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

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

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