#D0FEBE

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

Shades of Tea Green #D0FEBE

Tints of Tea Green #D0FEBE

Color information

#D0FEBE (or 0xD0FEBE) is unknown color: approx Tea Green. HEX triplet: D0, FE and BE. RGB value is (208,254,190). Sum of RGB (Red+Green+Blue) = 208+254+190=652 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.90% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 190 (74.61% from 255 or 29.14% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FEBE is #2F0141. Grayscale: #E9E9E9. Windows color (decimal): -3080514 or 12517072. OLE color: 12517072.

HSL color Cylindrical-coordinate representation of color #D0FEBE: hue angle of 103.12º 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 #D0FEBE is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB208254190-
CMYK0.1800.250.00
HSL103.12º96.97%87.06%-
HSV(B)103.12º25.2%99.61%-
XYZ70.7588.0161.97-
YUV232.95103.76110.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.90%
GREEN value IS 254 (99.61% from 255) = 38.96%
BLUE value IS 190 (74.61% from 255) = 29.14%
R=31.90%
G=38.96%
B=29.14%

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
Decimal2082541900.1800.250.00103.1296.9787.06
HexD0FEBE120190676157
Octal320376276220310147141127
Binary110100001111111010111110100100110010110011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FEBE; }

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

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

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

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

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

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

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

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