Html Css Color HEX #13B08C Mountain Meadow

📋 copy color: '#13B08C'

red 19 ◦ green 176 ◦ blue 140

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

Shades of Mountain Meadow #13B08C

Tints of Mountain Meadow #13B08C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.54%

 BLUE value IS 140 (55.08% from 255) = 41.79%

R = 5.67%
G = 52.54%
B = 41.79%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#13B08C (or 0x13B08C) is known color: Mountain Meadow. HEX triplet: 13, B0 and 8C. RGB value is (19,176,140). Sum of RGB (Red+Green+Blue) = 19+176+140=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #13B08C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13B08C is #EC4F73. Grayscale: #7C7C7C. Windows color (decimal): -15486836 or 9220115. OLE color: 9220115.

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

Color convert

RGB 19 176 140 -
CMYK 0.89 0 0.20 0.31
HSL 166.24º 0.81% 0.38% -
HSV(B) 166.24º 0.89% 0.69% -
XYZ 20.53 33.08 30.11 -
YUV 124.95 136.49 52.43 -
System Red Green Blue C M Y K H S L
Decimal 19 176 140 0.89 0 0.20 0.31 166.24 0.81 0.38
Hex 13 B0 8C 59 0 14 1F A6 51 26
Octal 23 260 214 131 0 24 37 246 121 46
Binary 10011 10110000 10001100 1011001 0 10100 11111 10100110 1010001 100110

Color Harmonies of #13B08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B08C

Black with #13B08C

Text Example


Text Example

White with #13B08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,176,140); }

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

background-color css

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

 a { background-color: rgb(19,176,140); }

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

border-color css

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

 span { border-color: rgb(19,176,140); }

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