#DAFCBA

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

Shades of Tea Green #DAFCBA

Tints of Tea Green #DAFCBA

Color information

#DAFCBA (or 0xDAFCBA) is unknown color: approx Tea Green. HEX triplet: DA, FC and BA. RGB value is (218,252,186). Sum of RGB (Red+Green+Blue) = 218+252+186=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCBA is #250345. Grayscale: #EAEAEA. Windows color (decimal): -2425670 or 12254426. OLE color: 12254426.

HSL color Cylindrical-coordinate representation of color #DAFCBA: hue angle of 90.91º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAFCBA is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB218252186-
CMYK0.1300.260.01
HSL90.91º91.67%85.88%-
HSV(B)90.91º26.19%98.82%-
XYZ72.5988.0759.63-
YUV234.31100.74116.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.23%
GREEN value IS 252 (98.83% from 255) = 38.41%
BLUE value IS 186 (73.05% from 255) = 28.35%
R=33.23%
G=38.41%
B=28.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521860.1300.260.0190.9191.6785.88
HexDAFCBAD01A15b5c56
Octal332374272150321133134126
Binary11011010111111001011101011010110101101101110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCBA; }

 p { color: rgb(218,252,186); }

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

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

 a { background-color: rgb(218,252,186); }

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

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

 span { border-color: rgb(218,252,186); }

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