Html Css Color HEX #13B188 Mountain Meadow

📋 copy color: '#13B188'

red 19 ◦ green 177 ◦ blue 136

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

Shades of Mountain Meadow #13B188

Tints of Mountain Meadow #13B188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.96%

R = 5.72%
G = 53.31%
B = 40.96%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#13B188 (or 0x13B188) is known color: Mountain Meadow. HEX triplet: 13, B1 and 88. RGB value is (19,177,136). Sum of RGB (Red+Green+Blue) = 19+177+136=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 177 (69.53% from 255 or 53.31% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 177 - color contains mainly: green. Hex color #13B188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13B188 is #EC4E77. Grayscale: #7D7D7D. Windows color (decimal): -15486584 or 8958227. OLE color: 8958227.

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

Color convert

RGB 19 177 136 -
CMYK 0.89 0 0.23 0.31
HSL 164.43º 0.81% 0.38% -
HSV(B) 164.43º 0.89% 0.69% -
XYZ 20.43 33.36 28.65 -
YUV 125.08 134.15 52.33 -
System Red Green Blue C M Y K H S L
Decimal 19 177 136 0.89 0 0.23 0.31 164.43 0.81 0.38
Hex 13 B1 88 59 0 17 1F A4 51 26
Octal 23 261 210 131 0 27 37 244 121 46
Binary 10011 10110001 10001000 1011001 0 10111 11111 10100100 1010001 100110

Color Harmonies of #13B188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B188

Black with #13B188

Text Example


Text Example

White with #13B188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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