#125F60

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

Shades of Blue Stone #125F60

Tints of Blue Stone #125F60

Color information

#125F60 (or 0x125F60) is unknown color: approx Blue Stone. HEX triplet: 12, 5F and 60. RGB value is (18,95,96). Sum of RGB (Red+Green+Blue) = 18+95+96=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #125F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F60 is #EDA09F. Grayscale: #484848. Windows color (decimal): -15573152 or 6315794. OLE color: 6315794.

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

Color convert

RGB189596-
CMYK0.810.0100.62
HSL180.77º68.42%22.35%-
HSV(B)180.77º81.25%37.65%-
XYZ6.459.1612.49-
YUV72.09141.4989.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 95 (37.5% from 255) = 45.45%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=8.61%
G=45.45%
B=45.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1895960.810.0100.62180.7768.4222.35
Hex125F6051103Eb54416
Octal22137140121107626510426
Binary100101011111110000010100011011111010110101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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