#125A50

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

Shades of Blue Stone #125A50

Tints of Blue Stone #125A50

Color information

#125A50 (or 0x125A50) is unknown color: approx Blue Stone. HEX triplet: 12, 5A and 50. RGB value is (18,90,80). Sum of RGB (Red+Green+Blue) = 18+90+80=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #125A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A50 is #EDA5AF. Grayscale: #434343. Windows color (decimal): -15574448 or 5265938. OLE color: 5265938.

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

Color convert

RGB189080-
CMYK0.8000.110.65
HSL171.67º66.67%21.18%-
HSV(B)171.67º80%35.29%-
XYZ5.358.028.86-
YUV67.33135.1592.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 90 (35.55% from 255) = 47.87%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=9.57%
G=47.87%
B=42.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1890800.8000.110.65171.6766.6721.18
Hex125A50500B41ac4315
Octal2213212012001310125410325
Binary1001010110101010000101000001011100000110101100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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