#125950

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

Shades of Blue Stone #125950

Tints of Blue Stone #125950

Color information

#125950 (or 0x125950) is unknown color: approx Blue Stone. HEX triplet: 12, 59 and 50. RGB value is (18,89,80). Sum of RGB (Red+Green+Blue) = 18+89+80=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #125950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125950 is #EDA6AF. Grayscale: #424242. Windows color (decimal): -15574704 or 5265682. OLE color: 5265682.

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

Color convert

RGB188980-
CMYK0.8000.100.65
HSL172.39º66.36%20.98%-
HSV(B)172.39º79.78%34.9%-
XYZ5.277.858.83-
YUV66.74135.4893.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 89 (35.16% from 255) = 47.59%
BLUE value IS 80 (31.64% from 255) = 42.78%
R=9.63%
G=47.59%
B=42.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889800.8000.100.65172.3966.3620.98
Hex125950500A41ac4215
Octal2213112012001210125410225
Binary1001010110011010000101000001010100000110101100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125950; }

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

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

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

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

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

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

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

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