Html Css Color HEX #DCF8BF Tea Green

📋 copy color: '#DCF8BF'

red 220 ◦ green 248 ◦ blue 191

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

Shades of Tea Green #DCF8BF

Tints of Tea Green #DCF8BF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.63%

 BLUE value IS 191 (75% from 255) = 28.98%

R = 33.38%
G = 37.63%
B = 28.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#DCF8BF (or 0xDCF8BF) is known color: Tea Green. HEX triplet: DC, F8 and BF. RGB value is (220,248,191). Sum of RGB (Red+Green+Blue) = 220+248+191=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 191 (75% from 255 or 28.98% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF8BF is #230740. Grayscale: #E9E9E9. Windows color (decimal): -2295617 or 12581084. OLE color: 12581084.

HSL color Cylindrical-coordinate representation of color #DCF8BF: hue angle of 89.47º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCF8BF is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 191 -
CMYK 0.11 0 0.23 0.03
HSL 89.47º 0.8% 0.86% -
HSV(B) 89.47º 0.23% 0.97% -
XYZ 72.49 86.11 62.09 -
YUV 233.13 104.22 118.63 -
System Red Green Blue C M Y K H S L
Decimal 220 248 191 0.11 0 0.23 0.03 89.47 0.8 0.86
Hex DC F8 BF B 0 17 3 59 50 56
Octal 334 370 277 13 0 27 3 131 120 126
Binary 11011100 11111000 10111111 1011 0 10111 11 1011001 1010000 1010110

Color Harmonies of #DCF8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF8BF

Black with #DCF8BF

Text Example


Text Example

White with #DCF8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF8BF; }

 p { color: rgb(220,248,191); }

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

background-color css

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

 a { background-color: rgb(220,248,191); }

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

border-color css

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

 span { border-color: rgb(220,248,191); }

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