#DAF8BE

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

Shades of Tea Green #DAF8BE

Tints of Tea Green #DAF8BE

Color information

#DAF8BE (or 0xDAF8BE) is unknown color: approx Tea Green. HEX triplet: DA, F8 and BE. RGB value is (218,248,190). Sum of RGB (Red+Green+Blue) = 218+248+190=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF8BE is #250741. Grayscale: #E8E8E8. Windows color (decimal): -2426690 or 12515546. OLE color: 12515546.

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

Color convert

RGB218248190-
CMYK0.1200.230.03
HSL91.03º80.56%85.88%-
HSV(B)91.03º23.39%97.25%-
XYZ71.7885.7661.49-
YUV232.42104.06117.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.23%
GREEN value IS 248 (97.27% from 255) = 37.80%
BLUE value IS 190 (74.61% from 255) = 28.96%
R=33.23%
G=37.80%
B=28.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182481900.1200.230.0391.0380.5685.88
HexDAF8BEC01735b5156
Octal332370276140273133121126
Binary110110101111100010111110110001011111101101110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF8BE; }

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

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

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

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

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

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

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

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