#DAF8BB

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

Shades of Tea Green #DAF8BB

Tints of Tea Green #DAF8BB

Color information

#DAF8BB (or 0xDAF8BB) is unknown color: approx Tea Green. HEX triplet: DA, F8 and BB. RGB value is (218,248,187). Sum of RGB (Red+Green+Blue) = 218+248+187=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 248 (97.27% from 255 or 37.98% from 653); Blue value is 187 (73.44% from 255 or 28.64% from 653); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF8BB is #250744. Grayscale: #E8E8E8. Windows color (decimal): -2426693 or 12318938. OLE color: 12318938.

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

Color convert

RGB218248187-
CMYK0.1200.250.03
HSL89.51º81.33%85.29%-
HSV(B)89.51º24.6%97.25%-
XYZ71.4585.6359.78-
YUV232.08102.56117.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 248 (97.27% from 255) = 37.98%
BLUE value IS 187 (73.44% from 255) = 28.64%
R=33.38%
G=37.98%
B=28.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182481870.1200.250.0389.5181.3385.29
HexDAF8BBC01935a5155
Octal332370273140313132121125
Binary110110101111100010111011110001100111101101010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF8BB; }

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

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

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

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

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

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

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

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