#125C61

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

Shades of Blue Stone #125C61

Tints of Blue Stone #125C61

Color information

#125C61 (or 0x125C61) is unknown color: approx Blue Stone. HEX triplet: 12, 5C and 61. RGB value is (18,92,97). Sum of RGB (Red+Green+Blue) = 18+92+97=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #125C61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C61 is #EDA39E. Grayscale: #464646. Windows color (decimal): -15573919 or 6380562. OLE color: 6380562.

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

Color convert

RGB189297-
CMYK0.810.0500.62
HSL183.8º68.7%22.55%-
HSV(B)183.8º81.44%38.04%-
XYZ6.238.6512.65-
YUV70.44142.9890.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 92 (36.33% from 255) = 44.44%
BLUE value IS 97 (38.28% from 255) = 46.86%
R=8.70%
G=44.44%
B=46.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1892970.810.0500.62183.868.722.55
Hex125C6151503Eb84517
Octal22134141121507627010527
Binary10010101110011000011010001101011111010111000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,92,97); }

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

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

 a { background-color: rgb(18,92,97); }

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

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

 span { border-color: rgb(18,92,97); }

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