Html Css Color HEX #DCFEBF Tea Green

📋 copy color: '#DCFEBF'

red 220 ◦ green 254 ◦ blue 191

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

Shades of Tea Green #DCFEBF

Tints of Tea Green #DCFEBF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.2%

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

R = 33.08%
G = 38.2%
B = 28.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#DCFEBF (or 0xDCFEBF) is known color: Tea Green. HEX triplet: DC, FE and BF. RGB value is (220,254,191). Sum of RGB (Red+Green+Blue) = 220+254+191=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 191 (75% from 255 or 28.72% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEBF is #230140. Grayscale: #ECECEC. Windows color (decimal): -2294081 or 12582620. OLE color: 12582620.

HSL color Cylindrical-coordinate representation of color #DCFEBF: hue angle of 92.38º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCFEBF is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 254 191 -
CMYK 0.13 0 0.25 0.00
HSL 92.38º 0.97% 0.87% -
HSV(B) 92.38º 0.25% 1% -
XYZ 74.36 89.86 62.72 -
YUV 236.65 102.24 116.12 -
System Red Green Blue C M Y K H S L
Decimal 220 254 191 0.13 0 0.25 0.00 92.38 0.97 0.87
Hex DC FE BF D 0 19 0 5C 61 57
Octal 334 376 277 15 0 31 0 134 141 127
Binary 11011100 11111110 10111111 1101 0 11001 0 1011100 1100001 1010111

Color Harmonies of #DCFEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFEBF

Black with #DCFEBF

Text Example


Text Example

White with #DCFEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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