Html Css Color HEX #13BE93 Mountain Meadow

📋 copy color: '#13BE93'

red 19 ◦ green 190 ◦ blue 147

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

Shades of Mountain Meadow #13BE93

Tints of Mountain Meadow #13BE93

RGB

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

 GREEN value IS 190 (74.61% from 255) = 53.37%

 BLUE value IS 147 (57.81% from 255) = 41.29%

R = 5.34%
G = 53.37%
B = 41.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#13BE93 (or 0x13BE93) is known color: Mountain Meadow. HEX triplet: 13, BE and 93. RGB value is (19,190,147). Sum of RGB (Red+Green+Blue) = 19+190+147=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #13BE93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BE93 is #EC416C. Grayscale: #858585. Windows color (decimal): -15483245 or 9682451. OLE color: 9682451.

HSL color Cylindrical-coordinate representation of color #13BE93: hue angle of 164.91º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BE93 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 190 147 -
CMYK 0.90 0 0.23 0.25
HSL 164.91º 0.82% 0.41% -
HSV(B) 164.91º 0.9% 0.75% -
XYZ 23.95 39.07 33.88 -
YUV 133.97 135.35 46 -
System Red Green Blue C M Y K H S L
Decimal 19 190 147 0.90 0 0.23 0.25 164.91 0.82 0.41
Hex 13 BE 93 5A 0 17 19 A5 52 29
Octal 23 276 223 132 0 27 31 245 122 51
Binary 10011 10111110 10010011 1011010 0 10111 11001 10100101 1010010 101001

Color Harmonies of #13BE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BE93

Black with #13BE93

Text Example


Text Example

White with #13BE93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,190,147); }

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

background-color css

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

 a { background-color: rgb(19,190,147); }

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

border-color css

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

 span { border-color: rgb(19,190,147); }

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