#125B50

Color #125B50 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #125B50

Tints of Blue Stone #125B50

Color information

#125B50 (or 0x125B50) is unknown color: approx Blue Stone. HEX triplet: 12, 5B and 50. RGB value is (18,91,80). Sum of RGB (Red+Green+Blue) = 18+91+80=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 91 - color contains mainly: green. Hex color #125B50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B50 is #EDA4AF. Grayscale: #434343. Windows color (decimal): -15574192 or 5266194. OLE color: 5266194.

HSL color Cylindrical-coordinate representation of color #125B50: hue angle of 170.96º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B50 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB189180-
CMYK0.8000.120.64
HSL170.96º66.97%21.37%-
HSV(B)170.96º80.22%35.69%-
XYZ5.448.198.88-
YUV67.92134.8292.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 91 (35.94% from 255) = 48.15%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=9.52%
G=48.15%
B=42.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891800.8000.120.64170.9666.9721.37
Hex125B50500C40ab4315
Octal2213312012001410025310325
Binary1001010110111010000101000001100100000010101011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125B50; }

 p { color: rgb(18,91,80); }

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

<style>
 a { background-color: #125B50; }

 a { background-color: rgb(18,91,80); }

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

<style>
 span { border-color: #125B50; }

 span { border-color: rgb(18,91,80); }

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