#D5FFC1

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

Shades of Tea Green #D5FFC1

Tints of Tea Green #D5FFC1

Color information

#D5FFC1 (or 0xD5FFC1) is unknown color: approx Tea Green. HEX triplet: D5, FF and C1. RGB value is (213,255,193). Sum of RGB (Red+Green+Blue) = 213+255+193=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 193 (75.78% from 255 or 29.20% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFC1 is #2A003E. Grayscale: #EBEBEB. Windows color (decimal): -2752575 or 12713941. OLE color: 12713941.

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

Color convert

RGB213255193-
CMYK0.1600.240
HSL100.65º100%87.84%-
HSV(B)100.65º24.31%100%-
XYZ72.8389.5263.89-
YUV235.37104.09112.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.22%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 193 (75.78% from 255) = 29.20%
R=32.22%
G=38.58%
B=29.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132551930.1600.240100.6510087.84
HexD5FFC1100180656458
Octal325377301200300145144130
Binary110101011111111111000001100000110000110010111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FFC1; }

 p { color: rgb(213,255,193); }

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

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

 a { background-color: rgb(213,255,193); }

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

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

 span { border-color: rgb(213,255,193); }

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