#D2FFC2

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

Shades of Tea Green #D2FFC2

Tints of Tea Green #D2FFC2

Color information

#D2FFC2 (or 0xD2FFC2) is unknown color: approx Tea Green. HEX triplet: D2, FF and C2. RGB value is (210,255,194). Sum of RGB (Red+Green+Blue) = 210+255+194=659 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.87% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 194 (76.17% from 255 or 29.44% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFC2 is #2D003D. Grayscale: #EAEAEA. Windows color (decimal): -2949182 or 12779474. OLE color: 12779474.

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

Color convert

RGB210255194-
CMYK0.1800.240
HSL104.26º100%88.04%-
HSV(B)104.26º23.92%100%-
XYZ72.0889.1264.44-
YUV234.59105.09110.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.87%
GREEN value IS 255 (100% from 255) = 38.69%
BLUE value IS 194 (76.17% from 255) = 29.44%
R=31.87%
G=38.69%
B=29.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102551940.1800.240104.2610088.04
HexD2FFC2120180686458
Octal322377302220300150144130
Binary110100101111111111000010100100110000110100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FFC2; }

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

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

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

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

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

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

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

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