#126560

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

Shades of Blue Stone #126560

Tints of Blue Stone #126560

Color information

#126560 (or 0x126560) is unknown color: approx Blue Stone. HEX triplet: 12, 65 and 60. RGB value is (18,101,96). Sum of RGB (Red+Green+Blue) = 18+101+96=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 101 - color contains mainly: green. Hex color #126560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126560 is #ED9A9F. Grayscale: #4B4B4B. Windows color (decimal): -15571616 or 6317330. OLE color: 6317330.

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

Color convert

RGB1810196-
CMYK0.8200.050.60
HSL176.39º69.75%23.33%-
HSV(B)176.39º82.18%39.61%-
XYZ7.0110.2812.68-
YUV75.61139.586.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 101 (39.84% from 255) = 46.98%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=8.37%
G=46.98%
B=44.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101960.8200.050.60176.3969.7523.33
Hex12656052053Cb04617
Octal22145140122057426010627
Binary10010110010111000001010010010111110010110000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126560; }

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

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

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

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

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

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

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

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