Html Css Color HEX #13B192 Mountain Meadow

📋 copy color: '#13B192'

red 19 ◦ green 177 ◦ blue 146

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

Shades of Mountain Meadow #13B192

Tints of Mountain Meadow #13B192

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.75%

 BLUE value IS 146 (57.42% from 255) = 42.69%

R = 5.56%
G = 51.75%
B = 42.69%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#13B192 (or 0x13B192) is known color: Mountain Meadow. HEX triplet: 13, B1 and 92. RGB value is (19,177,146). Sum of RGB (Red+Green+Blue) = 19+177+146=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 177 (69.53% from 255 or 51.75% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 177 - color contains mainly: green. Hex color #13B192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13B192 is #EC4E6D. Grayscale: #7E7E7E. Windows color (decimal): -15486574 or 9613587. OLE color: 9613587.

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

Color convert

RGB 19 177 146 -
CMYK 0.89 0 0.18 0.31
HSL 168.23º 0.81% 0.38% -
HSV(B) 168.23º 0.89% 0.69% -
XYZ 21.18 33.66 32.57 -
YUV 126.22 139.15 51.52 -
System Red Green Blue C M Y K H S L
Decimal 19 177 146 0.89 0 0.18 0.31 168.23 0.81 0.38
Hex 13 B1 92 59 0 12 1F A8 51 26
Octal 23 261 222 131 0 22 37 250 121 46
Binary 10011 10110001 10010010 1011001 0 10010 11111 10101000 1010001 100110

Color Harmonies of #13B192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B192

Black with #13B192

Text Example


Text Example

White with #13B192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,177,146); }

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

background-color css

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

 a { background-color: rgb(19,177,146); }

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

border-color css

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

 span { border-color: rgb(19,177,146); }

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