#DAFCC4

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

Shades of Tea Green #DAFCC4

Tints of Tea Green #DAFCC4

Color information

#DAFCC4 (or 0xDAFCC4) is unknown color: approx Tea Green. HEX triplet: DA, FC and C4. RGB value is (218,252,196). Sum of RGB (Red+Green+Blue) = 218+252+196=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 196 (76.95% from 255 or 29.43% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCC4 is #25033B. Grayscale: #EBEBEB. Windows color (decimal): -2425660 or 12909786. OLE color: 12909786.

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

Color convert

RGB218252196-
CMYK0.1300.220.01
HSL96.43º90.32%87.84%-
HSV(B)96.43º22.22%98.82%-
XYZ73.6988.5165.43-
YUV235.45105.74115.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.73%
GREEN value IS 252 (98.83% from 255) = 37.84%
BLUE value IS 196 (76.95% from 255) = 29.43%
R=32.73%
G=37.84%
B=29.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521960.1300.220.0196.4390.3287.84
HexDAFCC4D0161605a58
Octal332374304150261140132130
Binary11011010111111001100010011010101101110000010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCC4; }

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

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

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

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

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

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

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

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