#126561

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

Shades of Blue Stone #126561

Tints of Blue Stone #126561

Color information

#126561 (or 0x126561) is unknown color: approx Blue Stone. HEX triplet: 12, 65 and 61. RGB value is (18,101,97). Sum of RGB (Red+Green+Blue) = 18+101+97=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 101 - color contains mainly: green. Hex color #126561 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126561 is #ED9A9E. Grayscale: #4B4B4B. Windows color (decimal): -15571615 or 6382866. OLE color: 6382866.

HSL color Cylindrical-coordinate representation of color #126561: hue angle of 177.11º 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 #126561 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB1810197-
CMYK0.8200.040.60
HSL177.11º69.75%23.33%-
HSV(B)177.11º82.18%39.61%-
XYZ7.0610.312.93-
YUV75.7314086.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.33%
GREEN value IS 101 (39.84% from 255) = 46.76%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=8.33%
G=46.76%
B=44.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101970.8200.040.60177.1169.7523.33
Hex12656152043Cb14617
Octal22145141122047426110627
Binary10010110010111000011010010010011110010110001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126561; }

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

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

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

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

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

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

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

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