#125D5E

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

Shades of Blue Stone #125D5E

Tints of Blue Stone #125D5E

Color information

#125D5E (or 0x125D5E) is unknown color: approx Blue Stone. HEX triplet: 12, 5D and 5E. RGB value is (18,93,94). Sum of RGB (Red+Green+Blue) = 18+93+94=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #125D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D5E is #EDA2A1. Grayscale: #464646. Windows color (decimal): -15573666 or 6184210. OLE color: 6184210.

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

Color convert

RGB189394-
CMYK0.810.0100.63
HSL180.79º67.86%21.96%-
HSV(B)180.79º80.85%36.86%-
XYZ6.188.7711.96-
YUV70.69141.1590.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 93 (36.72% from 255) = 45.37%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=8.78%
G=45.37%
B=45.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1893940.810.0100.63180.7967.8621.96
Hex125D5E51103Fb54416
Octal22135136121107726510426
Binary100101011101101111010100011011111110110101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,93,94); }

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

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

 a { background-color: rgb(18,93,94); }

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

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

 span { border-color: rgb(18,93,94); }

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