Html Css Color HEX #13B082 Mountain Meadow

📋 copy color: '#13B082'

red 19 ◦ green 176 ◦ blue 130

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

Shades of Mountain Meadow #13B082

Tints of Mountain Meadow #13B082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40%

R = 5.85%
G = 54.15%
B = 40%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#13B082 (or 0x13B082) is known color: Mountain Meadow. HEX triplet: 13, B0 and 82. RGB value is (19,176,130). Sum of RGB (Red+Green+Blue) = 19+176+130=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 176 (69.14% from 255 or 54.15% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 176 - color contains mainly: green. Hex color #13B082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13B082 is #EC4F7D. Grayscale: #7B7B7B. Windows color (decimal): -15486846 or 8564755. OLE color: 8564755.

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

Color convert

RGB 19 176 130 -
CMYK 0.89 0 0.26 0.31
HSL 162.42º 0.81% 0.38% -
HSV(B) 162.42º 0.89% 0.69% -
XYZ 19.82 32.8 26.41 -
YUV 123.81 131.49 53.24 -
System Red Green Blue C M Y K H S L
Decimal 19 176 130 0.89 0 0.26 0.31 162.42 0.81 0.38
Hex 13 B0 82 59 0 1A 1F A2 51 26
Octal 23 260 202 131 0 32 37 242 121 46
Binary 10011 10110000 10000010 1011001 0 11010 11111 10100010 1010001 100110

Color Harmonies of #13B082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B082

Black with #13B082

Text Example


Text Example

White with #13B082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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