#DAF3C8

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

Shades of Tea Green #DAF3C8

Tints of Tea Green #DAF3C8

Color information

#DAF3C8 (or 0xDAF3C8) is unknown color: approx Tea Green. HEX triplet: DA, F3 and C8. RGB value is (218,243,200). Sum of RGB (Red+Green+Blue) = 218+243+200=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 243 (95.31% from 255 or 36.76% from 661); Blue value is 200 (78.52% from 255 or 30.26% from 661); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3C8 is #250C37. Grayscale: #E6E6E6. Windows color (decimal): -2427960 or 13169626. OLE color: 13169626.

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

Color convert

RGB218243200-
CMYK0.1000.180.05
HSL94.88º64.18%86.86%-
HSV(B)94.88º17.7%95.29%-
XYZ71.3983.1866.94-
YUV230.62110.72119-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.98%
GREEN value IS 243 (95.31% from 255) = 36.76%
BLUE value IS 200 (78.52% from 255) = 30.26%
R=32.98%
G=36.76%
B=30.26%

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
Decimal2182432000.1000.180.0594.8864.1886.86
HexDAF3C8A01255f4057
Octal332363310120225137100127
Binary1101101011110011110010001010010010101101111110000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3C8; }

 p { color: rgb(218,243,200); }

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

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

 a { background-color: rgb(218,243,200); }

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

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

 span { border-color: rgb(218,243,200); }

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