#125951

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

Shades of Blue Stone #125951

Tints of Blue Stone #125951

Color information

#125951 (or 0x125951) is unknown color: approx Blue Stone. HEX triplet: 12, 59 and 51. RGB value is (18,89,81). Sum of RGB (Red+Green+Blue) = 18+89+81=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #125951 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125951 is #EDA6AE. Grayscale: #424242. Windows color (decimal): -15574703 or 5331218. OLE color: 5331218.

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

Color convert

RGB188981-
CMYK0.8000.090.65
HSL173.24º66.36%20.98%-
HSV(B)173.24º79.78%34.9%-
XYZ5.317.879.02-
YUV66.86135.9893.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 89 (35.16% from 255) = 47.34%
BLUE value IS 81 (32.03% from 255) = 43.09%
R=9.57%
G=47.34%
B=43.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889810.8000.090.65173.2466.3620.98
Hex125951500941ad4215
Octal2213112112001110125510225
Binary1001010110011010001101000001001100000110101101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125951; }

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

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

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

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

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

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

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

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