Html Css Color HEX #13B07C Mountain Meadow

📋 copy color: '#13B07C'

red 19 ◦ green 176 ◦ blue 124

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

Shades of Mountain Meadow #13B07C

Tints of Mountain Meadow #13B07C

RGB

 RED value IS 19 (7.81% from 255) = 5.96%

 GREEN value IS 176 (69.14% from 255) = 55.17%

 BLUE value IS 124 (48.83% from 255) = 38.87%

R = 5.96%
G = 55.17%
B = 38.87%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#13B07C (or 0x13B07C) is known color: Mountain Meadow. HEX triplet: 13, B0 and 7C. RGB value is (19,176,124). Sum of RGB (Red+Green+Blue) = 19+176+124=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 176 (69.14% from 255 or 55.17% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 176 - color contains mainly: green. Hex color #13B07C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B07C is #EC4F83. Grayscale: #7B7B7B. Windows color (decimal): -15486852 or 8171539. OLE color: 8171539.

HSL color Cylindrical-coordinate representation of color #13B07C: hue angle of 160.13º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B07C is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 176 124 -
CMYK 0.89 0 0.30 0.31
HSL 160.13º 0.81% 0.38% -
HSV(B) 160.13º 0.89% 0.69% -
XYZ 19.43 32.64 24.35 -
YUV 123.13 128.49 53.73 -
System Red Green Blue C M Y K H S L
Decimal 19 176 124 0.89 0 0.30 0.31 160.13 0.81 0.38
Hex 13 B0 7C 59 0 1E 1F A0 51 26
Octal 23 260 174 131 0 36 37 240 121 46
Binary 10011 10110000 1111100 1011001 0 11110 11111 10100000 1010001 100110

Color Harmonies of #13B07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B07C

Black with #13B07C

Text Example


Text Example

White with #13B07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13B07C; }

 p { color: rgb(19,176,124); }

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

background-color css

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

 a { background-color: rgb(19,176,124); }

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

border-color css

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

 span { border-color: rgb(19,176,124); }

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