#DAFDBE

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

Shades of Tea Green #DAFDBE

Tints of Tea Green #DAFDBE

Color information

#DAFDBE (or 0xDAFDBE) is unknown color: approx Tea Green. HEX triplet: DA, FD and BE. RGB value is (218,253,190). Sum of RGB (Red+Green+Blue) = 218+253+190=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 190 (74.61% from 255 or 28.74% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDBE is #250241. Grayscale: #EBEBEB. Windows color (decimal): -2425410 or 12516826. OLE color: 12516826.

HSL color Cylindrical-coordinate representation of color #DAFDBE: hue angle of 93.33º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAFDBE is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB218253190-
CMYK0.1400.250.01
HSL93.33º94.03%86.86%-
HSV(B)93.33º24.9%99.22%-
XYZ73.3388.8762-
YUV235.35102.4115.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.98%
GREEN value IS 253 (99.22% from 255) = 38.28%
BLUE value IS 190 (74.61% from 255) = 28.74%
R=32.98%
G=38.28%
B=28.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182531900.1400.250.0193.3394.0386.86
HexDAFDBEE01915d5e57
Octal332375276160311135136127
Binary11011010111111011011111011100110011101110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDBE; }

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

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

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

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

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

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

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

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