#125B57

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

Shades of Blue Stone #125B57

Tints of Blue Stone #125B57

Color information

#125B57 (or 0x125B57) is unknown color: approx Blue Stone. HEX triplet: 12, 5B and 57. RGB value is (18,91,87). Sum of RGB (Red+Green+Blue) = 18+91+87=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 91 (35.94% from 255 or 46.43% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 91 - color contains mainly: green. Hex color #125B57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B57 is #EDA4A8. Grayscale: #444444. Windows color (decimal): -15574185 or 5724946. OLE color: 5724946.

HSL color Cylindrical-coordinate representation of color #125B57: hue angle of 176.71º 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 #125B57 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB189187-
CMYK0.8000.040.64
HSL176.71º66.97%21.37%-
HSV(B)176.71º80.22%35.69%-
XYZ5.718.310.32-
YUV68.72138.3291.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 91 (35.94% from 255) = 46.43%
BLUE value IS 87 (34.38% from 255) = 44.39%
R=9.18%
G=46.43%
B=44.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891870.8000.040.64176.7166.9721.37
Hex125B57500440b14315
Octal221331271200410026110325
Binary100101011011101011110100000100100000010110001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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