#D0FFBC

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

Shades of Tea Green #D0FFBC

Tints of Tea Green #D0FFBC

Color information

#D0FFBC (or 0xD0FFBC) is unknown color: approx Tea Green. HEX triplet: D0, FF and BC. RGB value is (208,255,188). Sum of RGB (Red+Green+Blue) = 208+255+188=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 188 (73.83% from 255 or 28.88% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFBC is #2F0043. Grayscale: #E9E9E9. Windows color (decimal): -3080260 or 12386256. OLE color: 12386256.

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

Color convert

RGB208255188-
CMYK0.1800.260
HSL102.09º100%86.86%-
HSV(B)102.09º26.27%100%-
XYZ70.8588.5660.94-
YUV233.31102.43109.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.95%
GREEN value IS 255 (100% from 255) = 39.17%
BLUE value IS 188 (73.83% from 255) = 28.88%
R=31.95%
G=39.17%
B=28.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082551880.1800.260102.0910086.86
HexD0FFBC1201A0666457
Octal320377274220320146144127
Binary110100001111111110111100100100110100110011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFBC; }

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

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

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

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

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

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

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

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