#D2FFC1

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

Shades of Tea Green #D2FFC1

Tints of Tea Green #D2FFC1

Color information

#D2FFC1 (or 0xD2FFC1) is unknown color: approx Tea Green. HEX triplet: D2, FF and C1. RGB value is (210,255,193). Sum of RGB (Red+Green+Blue) = 210+255+193=658 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.91% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 193 (75.78% from 255 or 29.33% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFC1 is #2D003E. Grayscale: #EAEAEA. Windows color (decimal): -2949183 or 12713938. OLE color: 12713938.

HSL color Cylindrical-coordinate representation of color #D2FFC1: hue angle of 103.55º 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 #D2FFC1 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB210255193-
CMYK0.1800.240
HSL103.55º100%87.84%-
HSV(B)103.55º24.31%100%-
XYZ71.9689.0763.85-
YUV234.48104.59110.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.91%
GREEN value IS 255 (100% from 255) = 38.75%
BLUE value IS 193 (75.78% from 255) = 29.33%
R=31.91%
G=38.75%
B=29.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102551930.1800.240103.5510087.84
HexD2FFC1120180686458
Octal322377301220300150144130
Binary110100101111111111000001100100110000110100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FFC1; }

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

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

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

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

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

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

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

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