Html Css Color HEX #13B094 Mountain Meadow

📋 copy color: '#13B094'

red 19 ◦ green 176 ◦ blue 148

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

Shades of Mountain Meadow #13B094

Tints of Mountain Meadow #13B094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.15%

R = 5.54%
G = 51.31%
B = 43.15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#13B094 (or 0x13B094) is known color: Mountain Meadow. HEX triplet: 13, B0 and 94. RGB value is (19,176,148). Sum of RGB (Red+Green+Blue) = 19+176+148=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 176 (69.14% from 255 or 51.31% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 176 - color contains mainly: green. Hex color #13B094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13B094 is #EC4F6B. Grayscale: #7D7D7D. Windows color (decimal): -15486828 or 9744403. OLE color: 9744403.

HSL color Cylindrical-coordinate representation of color #13B094: hue angle of 169.3º 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 #13B094 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 176 148 -
CMYK 0.89 0 0.16 0.31
HSL 169.3º 0.81% 0.38% -
HSV(B) 169.3º 0.89% 0.69% -
XYZ 21.14 33.33 33.34 -
YUV 125.87 140.49 51.78 -
System Red Green Blue C M Y K H S L
Decimal 19 176 148 0.89 0 0.16 0.31 169.3 0.81 0.38
Hex 13 B0 94 59 0 10 1F A9 51 26
Octal 23 260 224 131 0 20 37 251 121 46
Binary 10011 10110000 10010100 1011001 0 10000 11111 10101001 1010001 100110

Color Harmonies of #13B094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B094

Black with #13B094

Text Example


Text Example

White with #13B094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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