#D0FCB1

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

Shades of Tea Green #D0FCB1

Tints of Tea Green #D0FCB1

Color information

#D0FCB1 (or 0xD0FCB1) is unknown color: approx Tea Green. HEX triplet: D0, FC and B1. RGB value is (208,252,177). Sum of RGB (Red+Green+Blue) = 208+252+177=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FCB1 is #2F034E. Grayscale: #E6E6E6. Windows color (decimal): -3081039 or 11664592. OLE color: 11664592.

HSL color Cylindrical-coordinate representation of color #D0FCB1: hue angle of 95.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0FCB1 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB208252177-
CMYK0.1700.300.01
HSL95.2º92.59%84.12%-
HSV(B)95.2º29.76%98.82%-
XYZ68.7686.2154.61-
YUV230.2997.92112.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.65%
GREEN value IS 252 (98.83% from 255) = 39.56%
BLUE value IS 177 (69.53% from 255) = 27.79%
R=32.65%
G=39.56%
B=27.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082521770.1700.300.0195.292.5984.12
HexD0FCB11101E15f5d54
Octal320374261210361137135124
Binary110100001111110010110001100010111101101111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FCB1; }

 p { color: rgb(208,252,177); }

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

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

 a { background-color: rgb(208,252,177); }

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

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

 span { border-color: rgb(208,252,177); }

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