#DAFDC4

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

Shades of Tea Green #DAFDC4

Tints of Tea Green #DAFDC4

Color information

#DAFDC4 (or 0xDAFDC4) is unknown color: approx Tea Green. HEX triplet: DA, FD and C4. RGB value is (218,253,196). Sum of RGB (Red+Green+Blue) = 218+253+196=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 196 (76.95% from 255 or 29.39% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDC4 is #25023B. Grayscale: #ECECEC. Windows color (decimal): -2425404 or 12910042. OLE color: 12910042.

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

Color convert

RGB218253196-
CMYK0.1400.230.01
HSL96.84º93.44%88.04%-
HSV(B)96.84º22.53%99.22%-
XYZ7489.1465.53-
YUV236.04105.4115.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.68%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 196 (76.95% from 255) = 29.39%
R=32.68%
G=37.93%
B=29.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182531960.1400.230.0196.8493.4488.04
HexDAFDC4E0171615d58
Octal332375304160271141135130
Binary11011010111111011100010011100101111110000110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDC4; }

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

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

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

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

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

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

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

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