#DAF2C7

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

Shades of Tea Green #DAF2C7

Tints of Tea Green #DAF2C7

Color information

#DAF2C7 (or 0xDAF2C7) is unknown color: approx Tea Green. HEX triplet: DA, F2 and C7. RGB value is (218,242,199). Sum of RGB (Red+Green+Blue) = 218+242+199=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 199 (78.12% from 255 or 30.20% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2C7 is #250D38. Grayscale: #E6E6E6. Windows color (decimal): -2428217 or 13103834. OLE color: 13103834.

HSL color Cylindrical-coordinate representation of color #DAF2C7: hue angle of 93.49º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAF2C7 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB218242199-
CMYK0.1000.180.05
HSL93.49º62.32%86.47%-
HSV(B)93.49º17.77%94.9%-
XYZ70.9782.5366.22-
YUV229.92110.55119.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.08%
GREEN value IS 242 (94.92% from 255) = 36.72%
BLUE value IS 199 (78.12% from 255) = 30.20%
R=33.08%
G=36.72%
B=30.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182421990.1000.180.0593.4962.3286.47
HexDAF2C7A01255d3e56
Octal33236230712022513576126
Binary110110101111001011000111101001001010110111011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2C7; }

 p { color: rgb(218,242,199); }

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

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

 a { background-color: rgb(218,242,199); }

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

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

 span { border-color: rgb(218,242,199); }

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