#DAF0BF

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

Shades of Tea Green #DAF0BF

Tints of Tea Green #DAF0BF

Color information

#DAF0BF (or 0xDAF0BF) is unknown color: approx Tea Green. HEX triplet: DA, F0 and BF. RGB value is (218,240,191). Sum of RGB (Red+Green+Blue) = 218+240+191=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 191 (75% from 255 or 29.43% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF0BF is #250F40. Grayscale: #E4E4E4. Windows color (decimal): -2428737 or 12579034. OLE color: 12579034.

HSL color Cylindrical-coordinate representation of color #DAF0BF: hue angle of 86.94º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAF0BF is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB218240191-
CMYK0.0900.200.06
HSL86.94º62.03%84.51%-
HSV(B)86.94º20.42%94.12%-
XYZ69.4880.9961.26-
YUV227.84107.21120.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 240 (94.14% from 255) = 36.98%
BLUE value IS 191 (75% from 255) = 29.43%
R=33.59%
G=36.98%
B=29.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182401910.0900.200.0686.9462.0384.51
HexDAF0BF90146573e55
Octal33236027711024612776125
Binary110110101111000010111111100101010011010101111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF0BF; }

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

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

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

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

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

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

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

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