Html Css Color HEX #DCFEC6 Tea Green

📋 copy color: '#DCFEC6'

red 220 ◦ green 254 ◦ blue 198

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

Shades of Tea Green #DCFEC6

Tints of Tea Green #DCFEC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 29.46%

R = 32.74%
G = 37.8%
B = 29.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#DCFEC6 (or 0xDCFEC6) is known color: Tea Green. HEX triplet: DC, FE and C6. RGB value is (220,254,198). Sum of RGB (Red+Green+Blue) = 220+254+198=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 198 (77.73% from 255 or 29.46% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEC6 is #230139. Grayscale: #EDEDED. Windows color (decimal): -2294074 or 13041372. OLE color: 13041372.

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

Color convert

RGB 220 254 198 -
CMYK 0.13 0 0.22 0.00
HSL 96.43º 0.97% 0.89% -
HSV(B) 96.43º 0.22% 1% -
XYZ 75.15 90.18 66.87 -
YUV 237.45 105.74 115.55 -
System Red Green Blue C M Y K H S L
Decimal 220 254 198 0.13 0 0.22 0.00 96.43 0.97 0.89
Hex DC FE C6 D 0 16 0 60 61 59
Octal 334 376 306 15 0 26 0 140 141 131
Binary 11011100 11111110 11000110 1101 0 10110 0 1100000 1100001 1011001

Color Harmonies of #DCFEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFEC6

Black with #DCFEC6

Text Example


Text Example

White with #DCFEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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