Html Css Color HEX #DCF6BC Tea Green

📋 copy color: '#DCF6BC'

red 220 ◦ green 246 ◦ blue 188

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

Shades of Tea Green #DCF6BC

Tints of Tea Green #DCF6BC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.61%

 BLUE value IS 188 (73.83% from 255) = 28.75%

R = 33.64%
G = 37.61%
B = 28.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#DCF6BC (or 0xDCF6BC) is known color: Tea Green. HEX triplet: DC, F6 and BC. RGB value is (220,246,188). Sum of RGB (Red+Green+Blue) = 220+246+188=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 188 (73.83% from 255 or 28.75% from 654); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF6BC is #230943. Grayscale: #E7E7E7. Windows color (decimal): -2296132 or 12383964. OLE color: 12383964.

HSL color Cylindrical-coordinate representation of color #DCF6BC: hue angle of 86.9º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCF6BC is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 246 188 -
CMYK 0.11 0 0.24 0.04
HSL 86.9º 0.76% 0.85% -
HSV(B) 86.9º 0.24% 0.96% -
XYZ 71.55 84.76 60.17 -
YUV 231.61 103.39 119.72 -
System Red Green Blue C M Y K H S L
Decimal 220 246 188 0.11 0 0.24 0.04 86.9 0.76 0.85
Hex DC F6 BC B 0 18 4 57 4C 55
Octal 334 366 274 13 0 30 4 127 114 125
Binary 11011100 11110110 10111100 1011 0 11000 100 1010111 1001100 1010101

Color Harmonies of #DCF6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF6BC

Black with #DCF6BC

Text Example


Text Example

White with #DCF6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF6BC; }

 p { color: rgb(220,246,188); }

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

background-color css

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

 a { background-color: rgb(220,246,188); }

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

border-color css

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

 span { border-color: rgb(220,246,188); }

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