#DAF1BB

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

Shades of Tea Green #DAF1BB

Tints of Tea Green #DAF1BB

Color information

#DAF1BB (or 0xDAF1BB) is unknown color: approx Tea Green. HEX triplet: DA, F1 and BB. RGB value is (218,241,187). Sum of RGB (Red+Green+Blue) = 218+241+187=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 241 (94.53% from 255 or 37.31% from 646); Blue value is 187 (73.44% from 255 or 28.95% from 646); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1BB is #250E44. Grayscale: #E4E4E4. Windows color (decimal): -2428485 or 12317146. OLE color: 12317146.

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

Color convert

RGB218241187-
CMYK0.1000.220.05
HSL85.56º65.85%83.92%-
HSV(B)85.56º22.41%94.51%-
XYZ69.3481.459.07-
YUV227.97104.88120.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.75%
GREEN value IS 241 (94.53% from 255) = 37.31%
BLUE value IS 187 (73.44% from 255) = 28.95%
R=33.75%
G=37.31%
B=28.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182411870.1000.220.0585.5665.8583.92
HexDAF1BBA0165564254
Octal332361273120265126102124
Binary1101101011110001101110111010010110101101011010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1BB; }

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

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

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

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

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

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

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

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