Html Css Color HEX #DCFFB9 Tea Green

📋 copy color: '#DCFFB9'

red 220 ◦ green 255 ◦ blue 185

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

Shades of Tea Green #DCFFB9

Tints of Tea Green #DCFFB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 28.03%

R = 33.33%
G = 38.64%
B = 28.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#DCFFB9 (or 0xDCFFB9) is known color: Tea Green. HEX triplet: DC, FF and B9. RGB value is (220,255,185). Sum of RGB (Red+Green+Blue) = 220+255+185=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 185 (72.66% from 255 or 28.03% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFB9 is #230046. Grayscale: #ECECEC. Windows color (decimal): -2293831 or 12189660. OLE color: 12189660.

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

Color convert

RGB 220 255 185 -
CMYK 0.14 0 0.27 0
HSL 90º 1% 0.86% -
HSV(B) 90º 0.27% 1% -
XYZ 74.03 90.24 59.41 -
YUV 236.56 98.9 116.19 -
System Red Green Blue C M Y K H S L
Decimal 220 255 185 0.14 0 0.27 0 90 1 0.86
Hex DC FF B9 E 0 1B 0 5A 64 56
Octal 334 377 271 16 0 33 0 132 144 126
Binary 11011100 11111111 10111001 1110 0 11011 0 1011010 1100100 1010110

Color Harmonies of #DCFFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFFB9

Black with #DCFFB9

Text Example


Text Example

White with #DCFFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFFB9; }

 p { color: rgb(220,255,185); }

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

background-color css

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

 a { background-color: rgb(220,255,185); }

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

border-color css

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

 span { border-color: rgb(220,255,185); }

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