Html Css Color HEX #DCFBC3 Tea Green

📋 copy color: '#DCFBC3'

red 220 ◦ green 251 ◦ blue 195

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

Shades of Tea Green #DCFBC3

Tints of Tea Green #DCFBC3

RGB

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

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

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

R = 33.03%
G = 37.69%
B = 29.28%

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

#DCFBC3 (or 0xDCFBC3) is known color: Tea Green. HEX triplet: DC, FB and C3. RGB value is (220,251,195). Sum of RGB (Red+Green+Blue) = 220+251+195=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 195 (76.56% from 255 or 29.28% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBC3 is #23043C. Grayscale: #EBEBEB. Windows color (decimal): -2294845 or 12843996. OLE color: 12843996.

HSL color Cylindrical-coordinate representation of color #DCFBC3: hue angle of 93.21º degrees, saturation: 0.88, 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 #DCFBC3 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 195 -
CMYK 0.12 0 0.22 0.02
HSL 93.21º 0.88% 0.87% -
HSV(B) 93.21º 0.22% 0.98% -
XYZ 73.86 88.15 64.75 -
YUV 235.35 105.23 117.05 -
System Red Green Blue C M Y K H S L
Decimal 220 251 195 0.12 0 0.22 0.02 93.21 0.88 0.87
Hex DC FB C3 C 0 16 2 5D 58 57
Octal 334 373 303 14 0 26 2 135 130 127
Binary 11011100 11111011 11000011 1100 0 10110 10 1011101 1011000 1010111

Color Harmonies of #DCFBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBC3

Black with #DCFBC3

Text Example


Text Example

White with #DCFBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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