Html Css Color HEX #DAEFC1 Tea Green

📋 copy color: '#DAEFC1'

red 218 ◦ green 239 ◦ blue 193

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

Shades of Tea Green #DAEFC1

Tints of Tea Green #DAEFC1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.77%

 BLUE value IS 193 (75.78% from 255) = 29.69%

R = 33.54%
G = 36.77%
B = 29.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#DAEFC1 (or 0xDAEFC1) is known color: Tea Green. HEX triplet: DA, EF and C1. RGB value is (218,239,193). Sum of RGB (Red+Green+Blue) = 218+239+193=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 193 (75.78% from 255 or 29.69% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFC1 is #25103E. Grayscale: #E3E3E3. Windows color (decimal): -2428991 or 12709850. OLE color: 12709850.

HSL color Cylindrical-coordinate representation of color #DAEFC1: hue angle of 87.39º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAEFC1 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 239 193 -
CMYK 0.09 0 0.19 0.06
HSL 87.39º 0.59% 0.85% -
HSV(B) 87.39º 0.19% 0.94% -
XYZ 69.41 80.49 62.33 -
YUV 227.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 218 239 193 0.09 0 0.19 0.06 87.39 0.59 0.85
Hex DA EF C1 9 0 13 6 57 3B 55
Octal 332 357 301 11 0 23 6 127 73 125
Binary 11011010 11101111 11000001 1001 0 10011 110 1010111 111011 1010101

Color Harmonies of #DAEFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEFC1

Black with #DAEFC1

Text Example


Text Example

White with #DAEFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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