#125D60

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

Shades of Blue Stone #125D60

Tints of Blue Stone #125D60

Color information

#125D60 (or 0x125D60) is unknown color: approx Blue Stone. HEX triplet: 12, 5D and 60. RGB value is (18,93,96). Sum of RGB (Red+Green+Blue) = 18+93+96=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #125D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D60 is #EDA29F. Grayscale: #464646. Windows color (decimal): -15573664 or 6315282. OLE color: 6315282.

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

Color convert

RGB189396-
CMYK0.810.0300.62
HSL182.31º68.42%22.35%-
HSV(B)182.31º81.25%37.65%-
XYZ6.288.812.43-
YUV70.92142.1590.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 93 (36.72% from 255) = 44.93%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=8.70%
G=44.93%
B=46.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1893960.810.0300.62182.3168.4222.35
Hex125D6051303Eb64416
Octal22135140121307626610426
Binary1001010111011100000101000111011111010110110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,93,96); }

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

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

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

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

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

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

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