#125956

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

Shades of Blue Stone #125956

Tints of Blue Stone #125956

Color information

#125956 (or 0x125956) is unknown color: approx Blue Stone. HEX triplet: 12, 59 and 56. RGB value is (18,89,86). Sum of RGB (Red+Green+Blue) = 18+89+86=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #125956 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125956 is #EDA6A9. Grayscale: #434343. Windows color (decimal): -15574698 or 5658898. OLE color: 5658898.

HSL color Cylindrical-coordinate representation of color #125956: hue angle of 177.46º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125956 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB188986-
CMYK0.8000.030.65
HSL177.46º66.36%20.98%-
HSV(B)177.46º79.78%34.9%-
XYZ5.57.9510.05-
YUV67.43138.4892.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.33%
GREEN value IS 89 (35.16% from 255) = 46.11%
BLUE value IS 86 (33.98% from 255) = 44.56%
R=9.33%
G=46.11%
B=44.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889860.8000.030.65177.4666.3620.98
Hex125956500341b14215
Octal221311261200310126110225
Binary10010101100110101101010000011100000110110001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125956; }

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

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

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

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

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

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

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

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