#125C66

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

Shades of Blue Stone #125C66

Tints of Blue Stone #125C66

Color information

#125C66 (or 0x125C66) is unknown color: approx Blue Stone. HEX triplet: 12, 5C and 66. RGB value is (18,92,102). Sum of RGB (Red+Green+Blue) = 18+92+102=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #125C66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C66 is #EDA399. Grayscale: #464646. Windows color (decimal): -15573914 or 6708242. OLE color: 6708242.

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

Color convert

RGB1892102-
CMYK0.820.1000.6
HSL187.14º70%23.53%-
HSV(B)187.14º82.35%40%-
XYZ6.478.7413.92-
YUV71.01145.4890.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.49%
GREEN value IS 92 (36.33% from 255) = 43.40%
BLUE value IS 102 (40.23% from 255) = 48.11%
R=8.49%
G=43.40%
B=48.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18921020.820.1000.6187.147023.53
Hex125C6652A03Cbb4618
Octal221341461221207427310630
Binary100101011100110011010100101010011110010111011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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