#D5F8B6

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

Shades of Tea Green #D5F8B6

Tints of Tea Green #D5F8B6

Color information

#D5F8B6 (or 0xD5F8B6) is unknown color: approx Tea Green. HEX triplet: D5, F8 and B6. RGB value is (213,248,182). Sum of RGB (Red+Green+Blue) = 213+248+182=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 182 (71.48% from 255 or 28.30% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F8B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F8B6 is #2A0749. Grayscale: #E6E6E6. Windows color (decimal): -2754378 or 11991253. OLE color: 11991253.

HSL color Cylindrical-coordinate representation of color #D5F8B6: hue angle of 91.82º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5F8B6 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB213248182-
CMYK0.1400.270.03
HSL91.82º82.5%84.31%-
HSV(B)91.82º26.61%97.25%-
XYZ69.4584.6656.94-
YUV230.01100.9115.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.13%
GREEN value IS 248 (97.27% from 255) = 38.57%
BLUE value IS 182 (71.48% from 255) = 28.30%
R=33.13%
G=38.57%
B=28.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132481820.1400.270.0391.8282.584.31
HexD5F8B6E01B35c5254
Octal325370266160333134122124
Binary110101011111100010110110111001101111101110010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F8B6; }

 p { color: rgb(213,248,182); }

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

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

 a { background-color: rgb(213,248,182); }

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

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

 span { border-color: rgb(213,248,182); }

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