Html Css Color HEX #13B88B Mountain Meadow

📋 copy color: '#13B88B'

red 19 ◦ green 184 ◦ blue 139

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

Shades of Mountain Meadow #13B88B

Tints of Mountain Meadow #13B88B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.8%

 BLUE value IS 139 (54.69% from 255) = 40.64%

R = 5.56%
G = 53.8%
B = 40.64%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#13B88B (or 0x13B88B) is known color: Mountain Meadow. HEX triplet: 13, B8 and 8B. RGB value is (19,184,139). Sum of RGB (Red+Green+Blue) = 19+184+139=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #13B88B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B88B is #EC4774. Grayscale: #818181. Windows color (decimal): -15484789 or 9156627. OLE color: 9156627.

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

Color convert

RGB 19 184 139 -
CMYK 0.90 0 0.24 0.28
HSL 163.64º 0.81% 0.4% -
HSV(B) 163.64º 0.9% 0.72% -
XYZ 22.07 36.28 30.27 -
YUV 129.54 133.34 49.16 -
System Red Green Blue C M Y K H S L
Decimal 19 184 139 0.90 0 0.24 0.28 163.64 0.81 0.4
Hex 13 B8 8B 5A 0 18 1C A4 51 28
Octal 23 270 213 132 0 30 34 244 121 50
Binary 10011 10111000 10001011 1011010 0 11000 11100 10100100 1010001 101000

Color Harmonies of #13B88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B88B

Black with #13B88B

Text Example


Text Example

White with #13B88B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,184,139); }

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

background-color css

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

 a { background-color: rgb(19,184,139); }

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

border-color css

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

 span { border-color: rgb(19,184,139); }

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