#DAFDBB

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

Shades of Tea Green #DAFDBB

Tints of Tea Green #DAFDBB

Color information

#DAFDBB (or 0xDAFDBB) is unknown color: approx Tea Green. HEX triplet: DA, FD and BB. RGB value is (218,253,187). Sum of RGB (Red+Green+Blue) = 218+253+187=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 187 (73.44% from 255 or 28.42% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDBB is #250244. Grayscale: #EBEBEB. Windows color (decimal): -2425413 or 12320218. OLE color: 12320218.

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

Color convert

RGB218253187-
CMYK0.1400.260.01
HSL91.82º94.29%86.27%-
HSV(B)91.82º26.09%99.22%-
XYZ73.0188.7460.3-
YUV235.01100.9115.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.13%
GREEN value IS 253 (99.22% from 255) = 38.45%
BLUE value IS 187 (73.44% from 255) = 28.42%
R=33.13%
G=38.45%
B=28.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182531870.1400.260.0191.8294.2986.27
HexDAFDBBE01A15c5e56
Octal332375273160321134136126
Binary11011010111111011011101111100110101101110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDBB; }

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

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

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

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

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

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

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

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