#D0F8BE

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

Shades of Tea Green #D0F8BE

Tints of Tea Green #D0F8BE

Color information

#D0F8BE (or 0xD0F8BE) is unknown color: approx Tea Green. HEX triplet: D0, F8 and BE. RGB value is (208,248,190). Sum of RGB (Red+Green+Blue) = 208+248+190=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 248 (97.27% from 255 or 38.39% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F8BE is #2F0741. Grayscale: #E5E5E5. Windows color (decimal): -3082050 or 12515536. OLE color: 12515536.

HSL color Cylindrical-coordinate representation of color #D0F8BE: hue angle of 101.38º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0F8BE is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB208248190-
CMYK0.1600.230.03
HSL101.38º80.56%85.88%-
HSV(B)101.38º23.39%97.25%-
XYZ68.8784.2661.35-
YUV229.43105.75112.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.20%
GREEN value IS 248 (97.27% from 255) = 38.39%
BLUE value IS 190 (74.61% from 255) = 29.41%
R=32.20%
G=38.39%
B=29.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082481900.1600.230.03101.3880.5685.88
HexD0F8BE100173655156
Octal320370276200273145121126
Binary1101000011111000101111101000001011111110010110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F8BE; }

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

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

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

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

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

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

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

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