#DAFCB3

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

Shades of Tea Green #DAFCB3

Tints of Tea Green #DAFCB3

Color information

#DAFCB3 (or 0xDAFCB3) is unknown color: approx Tea Green. HEX triplet: DA, FC and B3. RGB value is (218,252,179). Sum of RGB (Red+Green+Blue) = 218+252+179=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 179 (70.31% from 255 or 27.58% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCB3 is #25034C. Grayscale: #E9E9E9. Windows color (decimal): -2425677 or 11795674. OLE color: 11795674.

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

Color convert

RGB218252179-
CMYK0.1300.290.01
HSL87.95º92.41%84.51%-
HSV(B)87.95º28.97%98.82%-
XYZ71.8687.7855.8-
YUV233.5197.24116.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 252 (98.83% from 255) = 38.83%
BLUE value IS 179 (70.31% from 255) = 27.58%
R=33.59%
G=38.83%
B=27.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521790.1300.290.0187.9592.4184.51
HexDAFCB3D01D1585c55
Octal332374263150351130134125
Binary11011010111111001011001111010111011101100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCB3; }

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

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

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

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

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

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

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

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