#DAF1B9

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

Shades of Tea Green #DAF1B9

Tints of Tea Green #DAF1B9

Color information

#DAF1B9 (or 0xDAF1B9) is unknown color: approx Tea Green. HEX triplet: DA, F1 and B9. RGB value is (218,241,185). Sum of RGB (Red+Green+Blue) = 218+241+185=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 185 (72.66% from 255 or 28.73% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1B9 is #250E46. Grayscale: #E3E3E3. Windows color (decimal): -2428487 or 12186074. OLE color: 12186074.

HSL color Cylindrical-coordinate representation of color #DAF1B9: hue angle of 84.64º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAF1B9 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB218241185-
CMYK0.1000.230.05
HSL84.64º66.67%83.53%-
HSV(B)84.64º23.24%94.51%-
XYZ69.1381.3257.95-
YUV227.74103.88121.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.85%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 185 (72.66% from 255) = 28.73%
R=33.85%
G=37.42%
B=28.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182411850.1000.230.0584.6466.6783.53
HexDAF1B9A0175554354
Octal332361271120275125103124
Binary1101101011110001101110011010010111101101010110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1B9; }

 p { color: rgb(218,241,185); }

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

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

 a { background-color: rgb(218,241,185); }

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

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

 span { border-color: rgb(218,241,185); }

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