#126757

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

Shades of Blue Stone #126757

Tints of Blue Stone #126757

Color information

#126757 (or 0x126757) is unknown color: approx Blue Stone. HEX triplet: 12, 67 and 57. RGB value is (18,103,87). Sum of RGB (Red+Green+Blue) = 18+103+87=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #126757 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126757 is #ED98A8. Grayscale: #4B4B4B. Windows color (decimal): -15571113 or 5728018. OLE color: 5728018.

HSL color Cylindrical-coordinate representation of color #126757: hue angle of 168.71º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126757 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB1810387-
CMYK0.8300.160.60
HSL168.71º70.25%23.73%-
HSV(B)168.71º82.52%40.39%-
XYZ6.8210.5210.69-
YUV75.76134.3486.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 103 (40.62% from 255) = 49.52%
BLUE value IS 87 (34.38% from 255) = 41.83%
R=8.65%
G=49.52%
B=41.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18103870.8300.160.60168.7170.2523.73
Hex126757530103Ca94618
Octal221471271230207425110630
Binary1001011001111010111101001101000011110010101001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126757; }

 p { color: rgb(18,103,87); }

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

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

 a { background-color: rgb(18,103,87); }

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

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

 span { border-color: rgb(18,103,87); }

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