#125F53

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

Shades of Blue Stone #125F53

Tints of Blue Stone #125F53

Color information

#125F53 (or 0x125F53) is unknown color: approx Blue Stone. HEX triplet: 12, 5F and 53. RGB value is (18,95,83). Sum of RGB (Red+Green+Blue) = 18+95+83=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 95 - color contains mainly: green. Hex color #125F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F53 is #EDA0AC. Grayscale: #464646. Windows color (decimal): -15573165 or 5463826. OLE color: 5463826.

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

Color convert

RGB189583-
CMYK0.8100.130.63
HSL170.65º68.14%22.16%-
HSV(B)170.65º81.05%37.25%-
XYZ5.98.949.6-
YUV70.61134.9990.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 95 (37.5% from 255) = 48.47%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=9.18%
G=48.47%
B=42.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1895830.8100.130.63170.6568.1422.16
Hex125F53510D3Fab4416
Octal221371231210157725310426
Binary100101011111101001110100010110111111110101011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,95,83); }

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

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

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

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

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

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

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