Html Css Color HEX #13B988 Mountain Meadow

📋 copy color: '#13B988'

red 19 ◦ green 185 ◦ blue 136

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

Shades of Mountain Meadow #13B988

Tints of Mountain Meadow #13B988

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.41%

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

R = 5.59%
G = 54.41%
B = 40%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#13B988 (or 0x13B988) is known color: Mountain Meadow. HEX triplet: 13, B9 and 88. RGB value is (19,185,136). Sum of RGB (Red+Green+Blue) = 19+185+136=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #13B988 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B988 is #EC4677. Grayscale: #818181. Windows color (decimal): -15484536 or 8960275. OLE color: 8960275.

HSL color Cylindrical-coordinate representation of color #13B988: hue angle of 162.29º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B988 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 185 136 -
CMYK 0.90 0 0.26 0.27
HSL 162.29º 0.81% 0.4% -
HSV(B) 162.29º 0.9% 0.73% -
XYZ 22.06 36.61 29.2 -
YUV 129.78 131.5 48.98 -
System Red Green Blue C M Y K H S L
Decimal 19 185 136 0.90 0 0.26 0.27 162.29 0.81 0.4
Hex 13 B9 88 5A 0 1A 1B A2 51 28
Octal 23 271 210 132 0 32 33 242 121 50
Binary 10011 10111001 10001000 1011010 0 11010 11011 10100010 1010001 101000

Color Harmonies of #13B988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B988

Black with #13B988

Text Example


Text Example

White with #13B988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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