#DAF3BE

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

Shades of Tea Green #DAF3BE

Tints of Tea Green #DAF3BE

Color information

#DAF3BE (or 0xDAF3BE) is unknown color: approx Tea Green. HEX triplet: DA, F3 and BE. RGB value is (218,243,190). Sum of RGB (Red+Green+Blue) = 218+243+190=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3BE is #250C41. Grayscale: #E5E5E5. Windows color (decimal): -2427970 or 12514266. OLE color: 12514266.

HSL color Cylindrical-coordinate representation of color #DAF3BE: hue angle of 88.3º 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 #DAF3BE is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB218243190-
CMYK0.1000.220.05
HSL88.3º68.83%84.9%-
HSV(B)88.3º21.81%95.29%-
XYZ70.2682.7260.98-
YUV229.48105.72119.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 243 (95.31% from 255) = 37.33%
BLUE value IS 190 (74.61% from 255) = 29.19%
R=33.49%
G=37.33%
B=29.19%

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
Decimal2182431900.1000.220.0588.368.8384.9
HexDAF3BEA0165584555
Octal332363276120265130105125
Binary1101101011110011101111101010010110101101100010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3BE; }

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

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

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

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

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

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

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

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