#DAF2BB

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

Shades of Tea Green #DAF2BB

Tints of Tea Green #DAF2BB

Color information

#DAF2BB (or 0xDAF2BB) is unknown color: approx Tea Green. HEX triplet: DA, F2 and BB. RGB value is (218,242,187). Sum of RGB (Red+Green+Blue) = 218+242+187=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2BB is #250D44. Grayscale: #E4E4E4. Windows color (decimal): -2428229 or 12317402. OLE color: 12317402.

HSL color Cylindrical-coordinate representation of color #DAF2BB: hue angle of 86.18º degrees, saturation: 0.68, 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 #DAF2BB is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB218242187-
CMYK0.1000.230.05
HSL86.18º67.9%84.12%-
HSV(B)86.18º22.73%94.9%-
XYZ69.648259.17-
YUV228.55104.55120.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 242 (94.92% from 255) = 37.40%
BLUE value IS 187 (73.44% from 255) = 28.90%
R=33.69%
G=37.40%
B=28.90%

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
Decimal2182421870.1000.230.0586.1867.984.12
HexDAF2BBA0175564454
Octal332362273120275126104124
Binary1101101011110010101110111010010111101101011010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2BB; }

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

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

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

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

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

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

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

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