#DAF1BF

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

Shades of Tea Green #DAF1BF

Tints of Tea Green #DAF1BF

Color information

#DAF1BF (or 0xDAF1BF) is unknown color: approx Tea Green. HEX triplet: DA, F1 and BF. RGB value is (218,241,191). Sum of RGB (Red+Green+Blue) = 218+241+191=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 191 (75% from 255 or 29.38% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1BF is #250E40. Grayscale: #E4E4E4. Windows color (decimal): -2428481 or 12579290. OLE color: 12579290.

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

Color convert

RGB218241191-
CMYK0.1000.210.05
HSL87.6º64.1%84.71%-
HSV(B)87.6º20.75%94.51%-
XYZ69.7781.5861.36-
YUV228.42106.88120.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.54%
GREEN value IS 241 (94.53% from 255) = 37.08%
BLUE value IS 191 (75% from 255) = 29.38%
R=33.54%
G=37.08%
B=29.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182411910.1000.210.0587.664.184.71
HexDAF1BFA0155584055
Octal332361277120255130100125
Binary1101101011110001101111111010010101101101100010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1BF; }

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

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

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

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

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

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

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

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