#DAFDC0

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

Shades of Tea Green #DAFDC0

Tints of Tea Green #DAFDC0

Color information

#DAFDC0 (or 0xDAFDC0) is unknown color: approx Tea Green. HEX triplet: DA, FD and C0. RGB value is (218,253,192). Sum of RGB (Red+Green+Blue) = 218+253+192=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 192 (75.39% from 255 or 28.96% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDC0 is #25023F. Grayscale: #EBEBEB. Windows color (decimal): -2425408 or 12647898. OLE color: 12647898.

HSL color Cylindrical-coordinate representation of color #DAFDC0: hue angle of 94.43º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAFDC0 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB218253192-
CMYK0.1400.240.01
HSL94.43º93.85%87.25%-
HSV(B)94.43º24.11%99.22%-
XYZ73.5588.9663.16-
YUV235.58103.4115.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.88%
GREEN value IS 253 (99.22% from 255) = 38.16%
BLUE value IS 192 (75.39% from 255) = 28.96%
R=32.88%
G=38.16%
B=28.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182531920.1400.240.0194.4393.8587.25
HexDAFDC0E01815e5e57
Octal332375300160301136136127
Binary11011010111111011100000011100110001101111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDC0; }

 p { color: rgb(218,253,192); }

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

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

 a { background-color: rgb(218,253,192); }

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

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

 span { border-color: rgb(218,253,192); }

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