#DAF1BE

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

Shades of Tea Green #DAF1BE

Tints of Tea Green #DAF1BE

Color information

#DAF1BE (or 0xDAF1BE) is unknown color: approx Tea Green. HEX triplet: DA, F1 and BE. RGB value is (218,241,190). Sum of RGB (Red+Green+Blue) = 218+241+190=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 190 (74.61% from 255 or 29.28% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1BE is #250E41. Grayscale: #E4E4E4. Windows color (decimal): -2428482 or 12513754. OLE color: 12513754.

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

Color convert

RGB218241190-
CMYK0.1000.210.05
HSL87.06º64.56%84.51%-
HSV(B)87.06º21.16%94.51%-
XYZ69.6681.5360.78-
YUV228.31106.38120.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 241 (94.53% from 255) = 37.13%
BLUE value IS 190 (74.61% from 255) = 29.28%
R=33.59%
G=37.13%
B=29.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182411900.1000.210.0587.0664.5684.51
HexDAF1BEA0155574155
Octal332361276120255127101125
Binary1101101011110001101111101010010101101101011110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1BE; }

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

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

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

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

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

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

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

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