#DAF4BB

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

Shades of Tea Green #DAF4BB

Tints of Tea Green #DAF4BB

Color information

#DAF4BB (or 0xDAF4BB) is unknown color: approx Tea Green. HEX triplet: DA, F4 and BB. RGB value is (218,244,187). Sum of RGB (Red+Green+Blue) = 218+244+187=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 244 (95.70% from 255 or 37.60% from 649); Blue value is 187 (73.44% from 255 or 28.81% from 649); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF4BB is #250B44. Grayscale: #E5E5E5. Windows color (decimal): -2427717 or 12317914. OLE color: 12317914.

HSL color Cylindrical-coordinate representation of color #DAF4BB: hue angle of 87.37º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAF4BB is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB218244187-
CMYK0.1100.230.04
HSL87.37º72.15%84.51%-
HSV(B)87.37º23.36%95.69%-
XYZ70.2383.1959.37-
YUV229.73103.89119.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 244 (95.70% from 255) = 37.60%
BLUE value IS 187 (73.44% from 255) = 28.81%
R=33.59%
G=37.60%
B=28.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182441870.1100.230.0487.3772.1584.51
HexDAF4BBB0174574855
Octal332364273130274127110125
Binary1101101011110100101110111011010111100101011110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF4BB; }

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

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

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

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

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

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

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

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