#125F58

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

Shades of Blue Stone #125F58

Tints of Blue Stone #125F58

Color information

#125F58 (or 0x125F58) is unknown color: approx Blue Stone. HEX triplet: 12, 5F and 58. RGB value is (18,95,88). Sum of RGB (Red+Green+Blue) = 18+95+88=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 95 - color contains mainly: green. Hex color #125F58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F58 is #EDA0A7. Grayscale: #474747. Windows color (decimal): -15573160 or 5791506. OLE color: 5791506.

HSL color Cylindrical-coordinate representation of color #125F58: hue angle of 174.55º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125F58 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB189588-
CMYK0.8100.070.63
HSL174.55º68.14%22.16%-
HSV(B)174.55º81.05%37.25%-
XYZ6.19.0210.65-
YUV71.18137.4990.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 95 (37.5% from 255) = 47.26%
BLUE value IS 88 (34.77% from 255) = 43.78%
R=8.96%
G=47.26%
B=43.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1895880.8100.070.63174.5568.1422.16
Hex125F5851073Faf4416
Octal22137130121077725710426
Binary10010101111110110001010001011111111110101111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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