Html Css Color HEX #DCFAB6 Tea Green

📋 copy color: '#DCFAB6'

red 220 ◦ green 250 ◦ blue 182

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

Shades of Tea Green #DCFAB6

Tints of Tea Green #DCFAB6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.34%

 BLUE value IS 182 (71.48% from 255) = 27.91%

R = 33.74%
G = 38.34%
B = 27.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#DCFAB6 (or 0xDCFAB6) is known color: Tea Green. HEX triplet: DC, FA and B6. RGB value is (220,250,182). Sum of RGB (Red+Green+Blue) = 220+250+182=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 182 (71.48% from 255 or 27.91% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAB6 is #230549. Grayscale: #E9E9E9. Windows color (decimal): -2295114 or 11991772. OLE color: 11991772.

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

Color convert

RGB 220 250 182 -
CMYK 0.12 0 0.27 0.02
HSL 86.47º 0.87% 0.85% -
HSV(B) 86.47º 0.27% 0.98% -
XYZ 72.14 86.96 57.24 -
YUV 233.28 99.06 118.53 -
System Red Green Blue C M Y K H S L
Decimal 220 250 182 0.12 0 0.27 0.02 86.47 0.87 0.85
Hex DC FA B6 C 0 1B 2 56 57 55
Octal 334 372 266 14 0 33 2 126 127 125
Binary 11011100 11111010 10110110 1100 0 11011 10 1010110 1010111 1010101

Color Harmonies of #DCFAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAB6

Black with #DCFAB6

Text Example


Text Example

White with #DCFAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAB6; }

 p { color: rgb(220,250,182); }

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

background-color css

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

 a { background-color: rgb(220,250,182); }

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

border-color css

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

 span { border-color: rgb(220,250,182); }

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