Html Css Color HEX #DCFBC6 Tea Green

📋 copy color: '#DCFBC6'

red 220 ◦ green 251 ◦ blue 198

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

Shades of Tea Green #DCFBC6

Tints of Tea Green #DCFBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 29.6%

R = 32.88%
G = 37.52%
B = 29.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#DCFBC6 (or 0xDCFBC6) is known color: Tea Green. HEX triplet: DC, FB and C6. RGB value is (220,251,198). Sum of RGB (Red+Green+Blue) = 220+251+198=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 198 (77.73% from 255 or 29.60% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBC6 is #230439. Grayscale: #EBEBEB. Windows color (decimal): -2294842 or 13040604. OLE color: 13040604.

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

Color convert

RGB 220 251 198 -
CMYK 0.12 0 0.21 0.02
HSL 95.09º 0.87% 0.88% -
HSV(B) 95.09º 0.21% 0.98% -
XYZ 74.21 88.29 66.56 -
YUV 235.69 106.73 116.81 -
System Red Green Blue C M Y K H S L
Decimal 220 251 198 0.12 0 0.21 0.02 95.09 0.87 0.88
Hex DC FB C6 C 0 15 2 5F 57 58
Octal 334 373 306 14 0 25 2 137 127 130
Binary 11011100 11111011 11000110 1100 0 10101 10 1011111 1010111 1011000

Color Harmonies of #DCFBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBC6

Black with #DCFBC6

Text Example


Text Example

White with #DCFBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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