#125C58

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

Shades of Blue Stone #125C58

Tints of Blue Stone #125C58

Color information

#125C58 (or 0x125C58) is unknown color: approx Blue Stone. HEX triplet: 12, 5C and 58. RGB value is (18,92,88). Sum of RGB (Red+Green+Blue) = 18+92+88=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 92 (36.33% from 255 or 46.46% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 92 - color contains mainly: green. Hex color #125C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C58 is #EDA3A7. Grayscale: #454545. Windows color (decimal): -15573928 or 5790738. OLE color: 5790738.

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

Color convert

RGB189288-
CMYK0.8000.040.64
HSL176.76º67.27%21.57%-
HSV(B)176.76º80.43%36.08%-
XYZ5.848.4910.56-
YUV69.42138.4891.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 92 (36.33% from 255) = 46.46%
BLUE value IS 88 (34.77% from 255) = 44.44%
R=9.09%
G=46.46%
B=44.44%

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
Decimal1892880.8000.040.64176.7667.2721.57
Hex125C58500440b14316
Octal221341301200410026110326
Binary100101011100101100010100000100100000010110001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,92,88); }

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

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

 a { background-color: rgb(18,92,88); }

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

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

 span { border-color: rgb(18,92,88); }

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