#125E68

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

Shades of Blue Stone #125E68

Tints of Blue Stone #125E68

Color information

#125E68 (or 0x125E68) is unknown color: approx Blue Stone. HEX triplet: 12, 5E and 68. RGB value is (18,94,104). Sum of RGB (Red+Green+Blue) = 18+94+104=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #125E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125E68 is #EDA197. Grayscale: #484848. Windows color (decimal): -15573400 or 6839826. OLE color: 6839826.

HSL color Cylindrical-coordinate representation of color #125E68: hue angle of 186.98º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #125E68 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1894104-
CMYK0.830.1000.59
HSL186.98º70.49%23.92%-
HSV(B)186.98º82.69%40.78%-
XYZ6.759.1314.5-
YUV72.42145.8289.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.33%
GREEN value IS 94 (37.11% from 255) = 43.52%
BLUE value IS 104 (41.02% from 255) = 48.15%
R=8.33%
G=43.52%
B=48.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18941040.830.1000.59186.9870.4923.92
Hex125E6853A03Bbb4618
Octal221361501231207327310630
Binary100101011110110100010100111010011101110111011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,94,104); }

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

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

 a { background-color: rgb(18,94,104); }

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

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

 span { border-color: rgb(18,94,104); }

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