Html Css Color HEX #13B092 Mountain Meadow

📋 copy color: '#13B092'

red 19 ◦ green 176 ◦ blue 146

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

Shades of Mountain Meadow #13B092

Tints of Mountain Meadow #13B092

RGB

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

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

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

R = 5.57%
G = 51.61%
B = 42.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#13B092 (or 0x13B092) is known color: Mountain Meadow. HEX triplet: 13, B0 and 92. RGB value is (19,176,146). Sum of RGB (Red+Green+Blue) = 19+176+146=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #13B092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13B092 is #EC4F6D. Grayscale: #7D7D7D. Windows color (decimal): -15486830 or 9613331. OLE color: 9613331.

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

Color convert

RGB 19 176 146 -
CMYK 0.89 0 0.17 0.31
HSL 168.54º 0.81% 0.38% -
HSV(B) 168.54º 0.89% 0.69% -
XYZ 20.98 33.26 32.51 -
YUV 125.64 139.49 51.94 -
System Red Green Blue C M Y K H S L
Decimal 19 176 146 0.89 0 0.17 0.31 168.54 0.81 0.38
Hex 13 B0 92 59 0 11 1F A9 51 26
Octal 23 260 222 131 0 21 37 251 121 46
Binary 10011 10110000 10010010 1011001 0 10001 11111 10101001 1010001 100110

Color Harmonies of #13B092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B092

Black with #13B092

Text Example


Text Example

White with #13B092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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