Html Css Color HEX #DCF9C2 Tea Green

📋 copy color: '#DCF9C2'

red 220 ◦ green 249 ◦ blue 194

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

Shades of Tea Green #DCF9C2

Tints of Tea Green #DCF9C2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.56%

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

R = 33.18%
G = 37.56%
B = 29.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#DCF9C2 (or 0xDCF9C2) is known color: Tea Green. HEX triplet: DC, F9 and C2. RGB value is (220,249,194). Sum of RGB (Red+Green+Blue) = 220+249+194=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 249 (97.66% from 255 or 37.56% from 663); Blue value is 194 (76.17% from 255 or 29.26% from 663); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF9C2 is #23063D. Grayscale: #EAEAEA. Windows color (decimal): -2295358 or 12777948. OLE color: 12777948.

HSL color Cylindrical-coordinate representation of color #DCF9C2: hue angle of 91.64º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCF9C2 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 194 -
CMYK 0.12 0 0.22 0.02
HSL 91.64º 0.82% 0.87% -
HSV(B) 91.64º 0.22% 0.98% -
XYZ 73.13 86.86 63.95 -
YUV 234.06 105.39 117.97 -
System Red Green Blue C M Y K H S L
Decimal 220 249 194 0.12 0 0.22 0.02 91.64 0.82 0.87
Hex DC F9 C2 C 0 16 2 5C 52 57
Octal 334 371 302 14 0 26 2 134 122 127
Binary 11011100 11111001 11000010 1100 0 10110 10 1011100 1010010 1010111

Color Harmonies of #DCF9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF9C2

Black with #DCF9C2

Text Example


Text Example

White with #DCF9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF9C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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