Html Css Color HEX #DAFBC2 Tea Green

📋 copy color: '#DAFBC2'

red 218 ◦ green 251 ◦ blue 194

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

Shades of Tea Green #DAFBC2

Tints of Tea Green #DAFBC2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.86%

 BLUE value IS 194 (76.17% from 255) = 29.26%

R = 32.88%
G = 37.86%
B = 29.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#DAFBC2 (or 0xDAFBC2) is known color: Tea Green. HEX triplet: DA, FB and C2. RGB value is (218,251,194). Sum of RGB (Red+Green+Blue) = 218+251+194=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 194 (76.17% from 255 or 29.26% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBC2 is #25043D. Grayscale: #EAEAEA. Windows color (decimal): -2425918 or 12778458. OLE color: 12778458.

HSL color Cylindrical-coordinate representation of color #DAFBC2: hue angle of 94.74º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAFBC2 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 251 194 -
CMYK 0.13 0 0.23 0.02
HSL 94.74º 0.88% 0.87% -
HSV(B) 94.74º 0.23% 0.98% -
XYZ 73.15 87.79 64.13 -
YUV 234.64 105.07 116.13 -
System Red Green Blue C M Y K H S L
Decimal 218 251 194 0.13 0 0.23 0.02 94.74 0.88 0.87
Hex DA FB C2 D 0 17 2 5F 58 57
Octal 332 373 302 15 0 27 2 137 130 127
Binary 11011010 11111011 11000010 1101 0 10111 10 1011111 1011000 1010111

Color Harmonies of #DAFBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBC2

Black with #DAFBC2

Text Example


Text Example

White with #DAFBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBC2; }

 p { color: rgb(218,251,194); }

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

background-color css

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

 a { background-color: rgb(218,251,194); }

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

border-color css

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

 span { border-color: rgb(218,251,194); }

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