Html Css Color HEX #DCFEC3 Tea Green

📋 copy color: '#DCFEC3'

red 220 ◦ green 254 ◦ blue 195

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

Shades of Tea Green #DCFEC3

Tints of Tea Green #DCFEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.15%

R = 32.88%
G = 37.97%
B = 29.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#DCFEC3 (or 0xDCFEC3) is known color: Tea Green. HEX triplet: DC, FE and C3. RGB value is (220,254,195). Sum of RGB (Red+Green+Blue) = 220+254+195=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 195 (76.56% from 255 or 29.15% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEC3 is #23013C. Grayscale: #EDEDED. Windows color (decimal): -2294077 or 12844764. OLE color: 12844764.

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

Color convert

RGB 220 254 195 -
CMYK 0.13 0 0.23 0.00
HSL 94.58º 0.97% 0.88% -
HSV(B) 94.58º 0.23% 1% -
XYZ 74.81 90.04 65.07 -
YUV 237.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 220 254 195 0.13 0 0.23 0.00 94.58 0.97 0.88
Hex DC FE C3 D 0 17 0 5F 61 58
Octal 334 376 303 15 0 27 0 137 141 130
Binary 11011100 11111110 11000011 1101 0 10111 0 1011111 1100001 1011000

Color Harmonies of #DCFEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFEC3

Black with #DCFEC3

Text Example


Text Example

White with #DCFEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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