#D6F0C4

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

Shades of Tea Green #D6F0C4

Tints of Tea Green #D6F0C4

Color information

#D6F0C4 (or 0xD6F0C4) is unknown color: approx Tea Green. HEX triplet: D6, F0 and C4. RGB value is (214,240,196). Sum of RGB (Red+Green+Blue) = 214+240+196=650 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.92% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 196 (76.95% from 255 or 30.15% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F0C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F0C4 is #290F3B. Grayscale: #E3E3E3. Windows color (decimal): -2690876 or 12906710. OLE color: 12906710.

HSL color Cylindrical-coordinate representation of color #D6F0C4: hue angle of 95.45º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6F0C4 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB214240196-
CMYK0.1100.180.06
HSL95.45º59.46%85.49%-
HSV(B)95.45º18.33%94.12%-
XYZ68.8680.664.15-
YUV227.21110.39118.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.92%
GREEN value IS 240 (94.14% from 255) = 36.92%
BLUE value IS 196 (76.95% from 255) = 30.15%
R=32.92%
G=36.92%
B=30.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142401960.1100.180.0695.4559.4685.49
HexD6F0C4B01265f3b55
Octal32636030413022613773125
Binary110101101111000011000100101101001011010111111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F0C4; }

 p { color: rgb(214,240,196); }

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

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

 a { background-color: rgb(214,240,196); }

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

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

 span { border-color: rgb(214,240,196); }

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