Html Css Color HEX #DCFEC2 Tea Green

📋 copy color: '#DCFEC2'

red 220 ◦ green 254 ◦ blue 194

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

Shades of Tea Green #DCFEC2

Tints of Tea Green #DCFEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.04%

R = 32.93%
G = 38.02%
B = 29.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#DCFEC2 (or 0xDCFEC2) is known color: Tea Green. HEX triplet: DC, FE and C2. RGB value is (220,254,194). Sum of RGB (Red+Green+Blue) = 220+254+194=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 194 (76.17% from 255 or 29.04% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEC2 is #23013D. Grayscale: #EDEDED. Windows color (decimal): -2294078 or 12779228. OLE color: 12779228.

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

Color convert

RGB 220 254 194 -
CMYK 0.13 0 0.24 0.00
HSL 94º 0.97% 0.88% -
HSV(B) 94º 0.24% 1% -
XYZ 74.69 89.99 64.47 -
YUV 236.99 103.74 115.88 -
System Red Green Blue C M Y K H S L
Decimal 220 254 194 0.13 0 0.24 0.00 94 0.97 0.88
Hex DC FE C2 D 0 18 0 5E 61 58
Octal 334 376 302 15 0 30 0 136 141 130
Binary 11011100 11111110 11000010 1101 0 11000 0 1011110 1100001 1011000

Color Harmonies of #DCFEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFEC2

Black with #DCFEC2

Text Example


Text Example

White with #DCFEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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