#12716C

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

Shades of Blue Stone #12716C

Tints of Blue Stone #12716C

Color information

#12716C (or 0x12716C) is unknown color: approx Blue Stone. HEX triplet: 12, 71 and 6C. RGB value is (18,113,108). Sum of RGB (Red+Green+Blue) = 18+113+108=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #12716C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12716C is #ED8E93. Grayscale: #535353. Windows color (decimal): -15568532 or 7106834. OLE color: 7106834.

HSL color Cylindrical-coordinate representation of color #12716C: hue angle of 176.84º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12716C is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB18113108-
CMYK0.8400.040.56
HSL176.84º72.52%25.69%-
HSV(B)176.84º84.07%44.31%-
XYZ8.8613.0216.23-
YUV84.02141.5380.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 113 (44.53% from 255) = 47.28%
BLUE value IS 108 (42.58% from 255) = 45.19%
R=7.53%
G=47.28%
B=45.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal181131080.8400.040.56176.8472.5225.69
Hex12716C540438b1491a
Octal22161154124047026111132
Binary10010111000111011001010100010011100010110001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12716C; }

 p { color: rgb(18,113,108); }

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

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

 a { background-color: rgb(18,113,108); }

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

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

 span { border-color: rgb(18,113,108); }

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