#125B59

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

Shades of Blue Stone #125B59

Tints of Blue Stone #125B59

Color information

#125B59 (or 0x125B59) is unknown color: approx Blue Stone. HEX triplet: 12, 5B and 59. RGB value is (18,91,89). Sum of RGB (Red+Green+Blue) = 18+91+89=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 91 - color contains mainly: green. Hex color #125B59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B59 is #EDA4A6. Grayscale: #444444. Windows color (decimal): -15574183 or 5856018. OLE color: 5856018.

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

Color convert

RGB189189-
CMYK0.8000.020.64
HSL178.36º66.97%21.37%-
HSV(B)178.36º80.22%35.69%-
XYZ5.798.3310.75-
YUV68.94139.3291.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 91 (35.94% from 255) = 45.96%
BLUE value IS 89 (35.16% from 255) = 44.95%
R=9.09%
G=45.96%
B=44.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891890.8000.020.64178.3666.9721.37
Hex125B59500240b24315
Octal221331311200210026210325
Binary10010101101110110011010000010100000010110010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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