#125F5B

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

Shades of Blue Stone #125F5B

Tints of Blue Stone #125F5B

Color information

#125F5B (or 0x125F5B) is unknown color: approx Blue Stone. HEX triplet: 12, 5F and 5B. RGB value is (18,95,91). Sum of RGB (Red+Green+Blue) = 18+95+91=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 95 - color contains mainly: green. Hex color #125F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F5B is #EDA0A4. Grayscale: #474747. Windows color (decimal): -15573157 or 5988114. OLE color: 5988114.

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

Color convert

RGB189591-
CMYK0.8100.040.63
HSL176.88º68.14%22.16%-
HSV(B)176.88º81.05%37.25%-
XYZ6.239.0711.32-
YUV71.52138.9989.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 95 (37.5% from 255) = 46.57%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=8.82%
G=46.57%
B=44.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1895910.8100.040.63176.8868.1422.16
Hex125F5B51043Fb14416
Octal22137133121047726110426
Binary10010101111110110111010001010011111110110001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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