#13B692

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

Shades of Mountain Meadow #13B692

Tints of Mountain Meadow #13B692

Color information

#13B692 (or 0x13B692) is unknown color: approx Mountain Meadow. HEX triplet: 13, B6 and 92. RGB value is (19,182,146). Sum of RGB (Red+Green+Blue) = 19+182+146=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 182 (71.48% from 255 or 52.45% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 182 - color contains mainly: green. Hex color #13B692 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B692 is #EC496D. Grayscale: #818181. Windows color (decimal): -15485294 or 9614867. OLE color: 9614867.

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

Color convert

RGB19182146-
CMYK0.9000.200.29
HSL166.75º81.09%39.41%-
HSV(B)166.75º89.56%71.37%-
XYZ22.1835.6732.91-
YUV129.16137.549.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.48%
GREEN value IS 182 (71.48% from 255) = 52.45%
BLUE value IS 146 (57.42% from 255) = 42.07%
R=5.48%
G=52.45%
B=42.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal191821460.9000.200.29166.7581.0939.41
Hex13B6925A0141Da75127
Octal232662221320243524712147
Binary100111011011010010010101101001010011101101001111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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