#D0FFBE

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

Shades of Tea Green #D0FFBE

Tints of Tea Green #D0FFBE

Color information

#D0FFBE (or 0xD0FFBE) is unknown color: approx Tea Green. HEX triplet: D0, FF and BE. RGB value is (208,255,190). Sum of RGB (Red+Green+Blue) = 208+255+190=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFBE is #2F0041. Grayscale: #E9E9E9. Windows color (decimal): -3080258 or 12517328. OLE color: 12517328.

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

Color convert

RGB208255190-
CMYK0.1800.250
HSL103.38º100%87.25%-
HSV(B)103.38º25.49%100%-
XYZ71.0788.6562.08-
YUV233.54103.43109.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.85%
GREEN value IS 255 (100% from 255) = 39.05%
BLUE value IS 190 (74.61% from 255) = 29.10%
R=31.85%
G=39.05%
B=29.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082551900.1800.250103.3810087.25
HexD0FFBE120190676457
Octal320377276220310147144127
Binary110100001111111110111110100100110010110011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFBE; }

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

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

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

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

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

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

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

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