Html Css Color HEX #13BA88 Mountain Meadow

📋 copy color: '#13BA88'

red 19 ◦ green 186 ◦ blue 136

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

Shades of Mountain Meadow #13BA88

Tints of Mountain Meadow #13BA88

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.55%

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

R = 5.57%
G = 54.55%
B = 39.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#13BA88 (or 0x13BA88) is known color: Mountain Meadow. HEX triplet: 13, BA and 88. RGB value is (19,186,136). Sum of RGB (Red+Green+Blue) = 19+186+136=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BA88 is #EC4577. Grayscale: #828282. Windows color (decimal): -15484280 or 8960531. OLE color: 8960531.

HSL color Cylindrical-coordinate representation of color #13BA88: hue angle of 162.04º 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 #13BA88 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 186 136 -
CMYK 0.90 0 0.27 0.27
HSL 162.04º 0.81% 0.4% -
HSV(B) 162.04º 0.9% 0.73% -
XYZ 22.27 37.03 29.27 -
YUV 130.37 131.17 48.57 -
System Red Green Blue C M Y K H S L
Decimal 19 186 136 0.90 0 0.27 0.27 162.04 0.81 0.4
Hex 13 BA 88 5A 0 1B 1B A2 51 28
Octal 23 272 210 132 0 33 33 242 121 50
Binary 10011 10111010 10001000 1011010 0 11011 11011 10100010 1010001 101000

Color Harmonies of #13BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BA88

Black with #13BA88

Text Example


Text Example

White with #13BA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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