#DAF3BD

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

Shades of Tea Green #DAF3BD

Tints of Tea Green #DAF3BD

Color information

#DAF3BD (or 0xDAF3BD) is unknown color: approx Tea Green. HEX triplet: DA, F3 and BD. RGB value is (218,243,189). Sum of RGB (Red+Green+Blue) = 218+243+189=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3BD is #250C42. Grayscale: #E5E5E5. Windows color (decimal): -2427971 or 12448730. OLE color: 12448730.

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

Color convert

RGB218243189-
CMYK0.1000.220.05
HSL87.78º69.23%84.71%-
HSV(B)87.78º22.22%95.29%-
XYZ70.1582.6860.41-
YUV229.37105.22119.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.54%
GREEN value IS 243 (95.31% from 255) = 37.38%
BLUE value IS 189 (74.22% from 255) = 29.08%
R=33.54%
G=37.38%
B=29.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182431890.1000.220.0587.7869.2384.71
HexDAF3BDA0165584555
Octal332363275120265130105125
Binary1101101011110011101111011010010110101101100010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3BD; }

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

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

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

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

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

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

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

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