Html Css Color HEX #DCF9BA Tea Green

📋 copy color: '#DCF9BA'

red 220 ◦ green 249 ◦ blue 186

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

Shades of Tea Green #DCF9BA

Tints of Tea Green #DCF9BA

RGB

 RED value IS 220 (86.33% from 255) = 33.59%

 GREEN value IS 249 (97.66% from 255) = 38.02%

 BLUE value IS 186 (73.05% from 255) = 28.4%

R = 33.59%
G = 38.02%
B = 28.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#DCF9BA (or 0xDCF9BA) is known color: Tea Green. HEX triplet: DC, F9 and BA. RGB value is (220,249,186). Sum of RGB (Red+Green+Blue) = 220+249+186=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF9BA is #230645. Grayscale: #E9E9E9. Windows color (decimal): -2295366 or 12253660. OLE color: 12253660.

HSL color Cylindrical-coordinate representation of color #DCF9BA: hue angle of 87.62º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCF9BA is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 186 -
CMYK 0.12 0 0.25 0.02
HSL 87.62º 0.84% 0.85% -
HSV(B) 87.62º 0.25% 0.98% -
XYZ 72.25 86.51 59.34 -
YUV 233.15 101.39 118.62 -
System Red Green Blue C M Y K H S L
Decimal 220 249 186 0.12 0 0.25 0.02 87.62 0.84 0.85
Hex DC F9 BA C 0 19 2 58 54 55
Octal 334 371 272 14 0 31 2 130 124 125
Binary 11011100 11111001 10111010 1100 0 11001 10 1011000 1010100 1010101

Color Harmonies of #DCF9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF9BA

Black with #DCF9BA

Text Example


Text Example

White with #DCF9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF9BA; }

 p { color: rgb(220,249,186); }

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

background-color css

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

 a { background-color: rgb(220,249,186); }

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

border-color css

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

 span { border-color: rgb(220,249,186); }

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