#125D56

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

Shades of Blue Stone #125D56

Tints of Blue Stone #125D56

Color information

#125D56 (or 0x125D56) is unknown color: approx Blue Stone. HEX triplet: 12, 5D and 56. RGB value is (18,93,86). Sum of RGB (Red+Green+Blue) = 18+93+86=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #125D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D56 is #EDA2A9. Grayscale: #454545. Windows color (decimal): -15573674 or 5659922. OLE color: 5659922.

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

Color convert

RGB189386-
CMYK0.8100.080.64
HSL174.4º67.57%21.76%-
HSV(B)174.4º80.65%36.47%-
XYZ5.848.6310.16-
YUV69.78137.1591.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 93 (36.72% from 255) = 47.21%
BLUE value IS 86 (33.98% from 255) = 43.65%
R=9.14%
G=47.21%
B=43.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1893860.8100.080.64174.467.5721.76
Hex125D56510840ae4416
Octal2213512612101010025610426
Binary1001010111011010110101000101000100000010101110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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