Html Css Color HEX #DAFFC3 Tea Green

📋 copy color: '#DAFFC3'

red 218 ◦ green 255 ◦ blue 195

#DAFFC3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #DAFFC3

Tints of Tea Green #DAFFC3

RGB

 RED value IS 218 (85.55% from 255) = 32.63%

 GREEN value IS 255 (100% from 255) = 38.17%

 BLUE value IS 195 (76.56% from 255) = 29.19%

R = 32.63%
G = 38.17%
B = 29.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#DAFFC3 (or 0xDAFFC3) is known color: Tea Green. HEX triplet: DA, FF and C3. RGB value is (218,255,195). Sum of RGB (Red+Green+Blue) = 218+255+195=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 195 (76.56% from 255 or 29.19% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFC3 is #25003C. Grayscale: #EDEDED. Windows color (decimal): -2424893 or 12845018. OLE color: 12845018.

HSL color Cylindrical-coordinate representation of color #DAFFC3: hue angle of 97º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAFFC3 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 218 255 195 -
CMYK 0.15 0 0.24 0
HSL 97º 1% 0.88% -
HSV(B) 97º 0.24% 1% -
XYZ 74.52 90.37 65.14 -
YUV 237.1 104.24 114.38 -
System Red Green Blue C M Y K H S L
Decimal 218 255 195 0.15 0 0.24 0 97 1 0.88
Hex DA FF C3 F 0 18 0 61 64 58
Octal 332 377 303 17 0 30 0 141 144 130
Binary 11011010 11111111 11000011 1111 0 11000 0 1100001 1100100 1011000

Color Harmonies of #DAFFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFC3

Black with #DAFFC3

Text Example


Text Example

White with #DAFFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFC3; }

 p { color: rgb(218,255,195); }

 H1.HeaderClassName
 {
   color: #DAFFC3;
 }
 .AnyTagClassName
 {
   color: #DAFFC3;
 }
</style>

background-color css

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

 a { background-color: rgb(218,255,195); }

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

border-color css

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

 span { border-color: rgb(218,255,195); }

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