#DAFFBB

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

Shades of Tea Green #DAFFBB

Tints of Tea Green #DAFFBB

Color information

#DAFFBB (or 0xDAFFBB) is unknown color: approx Tea Green. HEX triplet: DA, FF and BB. RGB value is (218,255,187). Sum of RGB (Red+Green+Blue) = 218+255+187=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 187 (73.44% from 255 or 28.33% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFBB is #250044. Grayscale: #ECECEC. Windows color (decimal): -2424901 or 12320730. OLE color: 12320730.

HSL color Cylindrical-coordinate representation of color #DAFFBB: hue angle of 92.65º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAFFBB is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB218255187-
CMYK0.1500.270
HSL92.65º100%86.67%-
HSV(B)92.65º26.67%100%-
XYZ73.6490.0160.51-
YUV236.19100.24115.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.03%
GREEN value IS 255 (100% from 255) = 38.64%
BLUE value IS 187 (73.44% from 255) = 28.33%
R=33.03%
G=38.64%
B=28.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551870.1500.27092.6510086.67
HexDAFFBBF01B05d6457
Octal332377273170330135144127
Binary11011010111111111011101111110110110101110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFBB; }

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

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

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

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

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

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

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

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