Html Css Color HEX #DCFEBE Tea Green

📋 copy color: '#DCFEBE'

red 220 ◦ green 254 ◦ blue 190

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

Shades of Tea Green #DCFEBE

Tints of Tea Green #DCFEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 28.61%

R = 33.13%
G = 38.25%
B = 28.61%

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

#DCFEBE (or 0xDCFEBE) is known color: Tea Green. HEX triplet: DC, FE and BE. RGB value is (220,254,190). Sum of RGB (Red+Green+Blue) = 220+254+190=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 190 (74.61% from 255 or 28.61% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEBE is #230141. Grayscale: #ECECEC. Windows color (decimal): -2294082 or 12517084. OLE color: 12517084.

HSL color Cylindrical-coordinate representation of color #DCFEBE: hue angle of 91.88º 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 #DCFEBE is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 254 190 -
CMYK 0.13 0 0.25 0.00
HSL 91.88º 0.97% 0.87% -
HSV(B) 91.88º 0.25% 1% -
XYZ 74.25 89.82 62.14 -
YUV 236.54 101.74 116.2 -
System Red Green Blue C M Y K H S L
Decimal 220 254 190 0.13 0 0.25 0.00 91.88 0.97 0.87
Hex DC FE BE D 0 19 0 5C 61 57
Octal 334 376 276 15 0 31 0 134 141 127
Binary 11011100 11111110 10111110 1101 0 11001 0 1011100 1100001 1010111

Color Harmonies of #DCFEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFEBE

Black with #DCFEBE

Text Example


Text Example

White with #DCFEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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