#DAF8C1

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

Shades of Tea Green #DAF8C1

Tints of Tea Green #DAF8C1

Color information

#DAF8C1 (or 0xDAF8C1) is unknown color: approx Tea Green. HEX triplet: DA, F8 and C1. RGB value is (218,248,193). Sum of RGB (Red+Green+Blue) = 218+248+193=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 193 (75.78% from 255 or 29.29% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF8C1 is #25073E. Grayscale: #E8E8E8. Windows color (decimal): -2426687 or 12712154. OLE color: 12712154.

HSL color Cylindrical-coordinate representation of color #DAF8C1: hue angle of 92.73º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAF8C1 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB218248193-
CMYK0.1200.220.03
HSL92.73º79.71%86.47%-
HSV(B)92.73º22.18%97.25%-
XYZ72.1185.8963.23-
YUV232.76105.56117.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.08%
GREEN value IS 248 (97.27% from 255) = 37.63%
BLUE value IS 193 (75.78% from 255) = 29.29%
R=33.08%
G=37.63%
B=29.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182481930.1200.220.0392.7379.7186.47
HexDAF8C1C01635d5056
Octal332370301140263135120126
Binary110110101111100011000001110001011011101110110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF8C1; }

 p { color: rgb(218,248,193); }

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

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

 a { background-color: rgb(218,248,193); }

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

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

 span { border-color: rgb(218,248,193); }

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