#DAFAC3

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

Shades of Tea Green #DAFAC3

Tints of Tea Green #DAFAC3

Color information

#DAFAC3 (or 0xDAFAC3) is unknown color: approx Tea Green. HEX triplet: DA, FA and C3. RGB value is (218,250,195). Sum of RGB (Red+Green+Blue) = 218+250+195=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 195 (76.56% from 255 or 29.41% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFAC3 is #25053C. Grayscale: #EAEAEA. Windows color (decimal): -2426173 or 12843738. OLE color: 12843738.

HSL color Cylindrical-coordinate representation of color #DAFAC3: hue angle of 94.91º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAFAC3 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB218250195-
CMYK0.1300.220.02
HSL94.91º84.62%87.25%-
HSV(B)94.91º22%98.04%-
XYZ72.9587.2264.62-
YUV234.16105.9116.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.88%
GREEN value IS 250 (98.05% from 255) = 37.71%
BLUE value IS 195 (76.56% from 255) = 29.41%
R=32.88%
G=37.71%
B=29.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182501950.1300.220.0294.9184.6287.25
HexDAFAC3D01625f5557
Octal332372303150262137125127
Binary110110101111101011000011110101011010101111110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAC3; }

 p { color: rgb(218,250,195); }

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

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

 a { background-color: rgb(218,250,195); }

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

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

 span { border-color: rgb(218,250,195); }

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