Html Css Color HEX #DCFBC2 Tea Green

📋 copy color: '#DCFBC2'

red 220 ◦ green 251 ◦ blue 194

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

Shades of Tea Green #DCFBC2

Tints of Tea Green #DCFBC2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.74%

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

R = 33.08%
G = 37.74%
B = 29.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#DCFBC2 (or 0xDCFBC2) is known color: Tea Green. HEX triplet: DC, FB and C2. RGB value is (220,251,194). Sum of RGB (Red+Green+Blue) = 220+251+194=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 194 (76.17% from 255 or 29.17% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBC2 is #23043D. Grayscale: #EBEBEB. Windows color (decimal): -2294846 or 12778460. OLE color: 12778460.

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

Color convert

RGB 220 251 194 -
CMYK 0.12 0 0.23 0.02
HSL 92.63º 0.88% 0.87% -
HSV(B) 92.63º 0.23% 0.98% -
XYZ 73.75 88.11 64.16 -
YUV 235.23 104.73 117.13 -
System Red Green Blue C M Y K H S L
Decimal 220 251 194 0.12 0 0.23 0.02 92.63 0.88 0.87
Hex DC FB C2 C 0 17 2 5D 58 57
Octal 334 373 302 14 0 27 2 135 130 127
Binary 11011100 11111011 11000010 1100 0 10111 10 1011101 1011000 1010111

Color Harmonies of #DCFBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBC2

Black with #DCFBC2

Text Example


Text Example

White with #DCFBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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