#DAFEC5

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

Shades of Tea Green #DAFEC5

Tints of Tea Green #DAFEC5

Color information

#DAFEC5 (or 0xDAFEC5) is unknown color: approx Tea Green. HEX triplet: DA, FE and C5. RGB value is (218,254,197). Sum of RGB (Red+Green+Blue) = 218+254+197=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 197 (77.34% from 255 or 29.45% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEC5 is #25013A. Grayscale: #ECECEC. Windows color (decimal): -2425147 or 12975834. OLE color: 12975834.

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

Color convert

RGB218254197-
CMYK0.1400.220.00
HSL97.89º96.61%88.43%-
HSV(B)97.89º22.44%99.61%-
XYZ74.4389.8266.24-
YUV236.74105.57114.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.59%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 197 (77.34% from 255) = 29.45%
R=32.59%
G=37.97%
B=29.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182541970.1400.220.0097.8996.6188.43
HexDAFEC5E0160626158
Octal332376305160260142141130
Binary11011010111111101100010111100101100110001011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEC5; }

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

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

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

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

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

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

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

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