#DAFDC1

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

Shades of Tea Green #DAFDC1

Tints of Tea Green #DAFDC1

Color information

#DAFDC1 (or 0xDAFDC1) is unknown color: approx Tea Green. HEX triplet: DA, FD and C1. RGB value is (218,253,193). Sum of RGB (Red+Green+Blue) = 218+253+193=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 193 (75.78% from 255 or 29.07% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDC1 is #25023E. Grayscale: #EBEBEB. Windows color (decimal): -2425407 or 12713434. OLE color: 12713434.

HSL color Cylindrical-coordinate representation of color #DAFDC1: hue angle of 95º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAFDC1 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB218253193-
CMYK0.1400.240.01
HSL95º93.75%87.45%-
HSV(B)95º23.72%99.22%-
XYZ73.6689.0163.75-
YUV235.7103.9115.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.83%
GREEN value IS 253 (99.22% from 255) = 38.10%
BLUE value IS 193 (75.78% from 255) = 29.07%
R=32.83%
G=38.10%
B=29.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182531930.1400.240.019593.7587.45
HexDAFDC1E01815f5e57
Octal332375301160301137136127
Binary11011010111111011100000111100110001101111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDC1; }

 p { color: rgb(218,253,193); }

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

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

 a { background-color: rgb(218,253,193); }

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

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

 span { border-color: rgb(218,253,193); }

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