#DAFEC4

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

Shades of Tea Green #DAFEC4

Tints of Tea Green #DAFEC4

Color information

#DAFEC4 (or 0xDAFEC4) is unknown color: approx Tea Green. HEX triplet: DA, FE and C4. RGB value is (218,254,196). Sum of RGB (Red+Green+Blue) = 218+254+196=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 196 (76.95% from 255 or 29.34% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEC4 is #25013B. Grayscale: #ECECEC. Windows color (decimal): -2425148 or 12910298. OLE color: 12910298.

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

Color convert

RGB218254196-
CMYK0.1400.230.00
HSL97.24º96.67%88.24%-
HSV(B)97.24º22.83%99.61%-
XYZ74.3289.7765.64-
YUV236.62105.07114.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.63%
GREEN value IS 254 (99.61% from 255) = 38.02%
BLUE value IS 196 (76.95% from 255) = 29.34%
R=32.63%
G=38.02%
B=29.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182541960.1400.230.0097.2496.6788.24
HexDAFEC4E0170616158
Octal332376304160270141141130
Binary11011010111111101100010011100101110110000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEC4; }

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

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

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

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

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

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

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

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