#125959

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

Shades of Blue Stone #125959

Tints of Blue Stone #125959

Color information

#125959 (or 0x125959) is unknown color: approx Blue Stone. HEX triplet: 12, 59 and 59. RGB value is (18,89,89). Sum of RGB (Red+Green+Blue) = 18+89+89=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #125959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125959 is #EDA6A6. Grayscale: #434343. Windows color (decimal): -15574695 or 5855506. OLE color: 5855506.

HSL color Cylindrical-coordinate representation of color #125959: hue angle of 180º 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 #125959 is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB188989-
CMYK0.80000.65
HSL180º66.36%20.98%-
HSV(B)180º79.78%34.9%-
XYZ5.637.9910.7-
YUV67.77139.9892.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 89 (35.16% from 255) = 45.41%
BLUE value IS 89 (35.16% from 255) = 45.41%
R=9.18%
G=45.41%
B=45.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889890.80000.6518066.3620.98
Hex125959500041b44215
Octal221311311200010126410225
Binary1001010110011011001101000000100000110110100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125959; }

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

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

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

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

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

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

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

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