Html Css Color HEX #DCFBC5 Tea Green

📋 copy color: '#DCFBC5'

red 220 ◦ green 251 ◦ blue 197

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

Shades of Tea Green #DCFBC5

Tints of Tea Green #DCFBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 29.49%

R = 32.93%
G = 37.57%
B = 29.49%

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

#DCFBC5 (or 0xDCFBC5) is known color: Tea Green. HEX triplet: DC, FB and C5. RGB value is (220,251,197). Sum of RGB (Red+Green+Blue) = 220+251+197=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 197 (77.34% from 255 or 29.49% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBC5 is #23043A. Grayscale: #EBEBEB. Windows color (decimal): -2294843 or 12975068. OLE color: 12975068.

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

Color convert

RGB 220 251 197 -
CMYK 0.12 0 0.22 0.02
HSL 94.44º 0.87% 0.88% -
HSV(B) 94.44º 0.22% 0.98% -
XYZ 74.09 88.24 65.95 -
YUV 235.58 106.23 116.89 -
System Red Green Blue C M Y K H S L
Decimal 220 251 197 0.12 0 0.22 0.02 94.44 0.87 0.88
Hex DC FB C5 C 0 16 2 5E 57 58
Octal 334 373 305 14 0 26 2 136 127 130
Binary 11011100 11111011 11000101 1100 0 10110 10 1011110 1010111 1011000

Color Harmonies of #DCFBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBC5

Black with #DCFBC5

Text Example


Text Example

White with #DCFBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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