#13B689

Color #13B689 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #13B689

Tints of Mountain Meadow #13B689

Color information

#13B689 (or 0x13B689) is unknown color: approx Mountain Meadow. HEX triplet: 13, B6 and 89. RGB value is (19,182,137). Sum of RGB (Red+Green+Blue) = 19+182+137=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #13B689 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B689 is #EC4976. Grayscale: #808080. Windows color (decimal): -15485303 or 9025043. OLE color: 9025043.

HSL color Cylindrical-coordinate representation of color #13B689: hue angle of 163.44º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B689 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB19182137-
CMYK0.9000.250.29
HSL163.44º81.09%39.41%-
HSV(B)163.44º89.56%71.37%-
XYZ21.5135.429.37-
YUV128.1313350.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.62%
GREEN value IS 182 (71.48% from 255) = 53.85%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=5.62%
G=53.85%
B=40.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal191821370.9000.250.29163.4481.0939.41
Hex13B6895A0191Da35127
Octal232662111320313524312147
Binary100111011011010001001101101001100111101101000111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,182,137); }

 H1.HeaderClassName
 {
   color: #13B689;
 }
 .AnyTagClassName
 {
   color: #13B689;
 }
</style>
background-color css

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

 a { background-color: rgb(19,182,137); }

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

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

 span { border-color: rgb(19,182,137); }

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