#12726A

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

Shades of Blue Stone #12726A

Tints of Blue Stone #12726A

Color information

#12726A (or 0x12726A) is unknown color: approx Blue Stone. HEX triplet: 12, 72 and 6A. RGB value is (18,114,106). Sum of RGB (Red+Green+Blue) = 18+114+106=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #12726A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12726A is #ED8D95. Grayscale: #545454. Windows color (decimal): -15568278 or 6976018. OLE color: 6976018.

HSL color Cylindrical-coordinate representation of color #12726A: hue angle of 175º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12726A is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB18114106-
CMYK0.8400.070.55
HSL175º72.73%25.88%-
HSV(B)175º84.21%44.71%-
XYZ8.8713.215.72-
YUV84.38140.280.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.56%
GREEN value IS 114 (44.92% from 255) = 47.90%
BLUE value IS 106 (41.80% from 255) = 44.54%
R=7.56%
G=47.90%
B=44.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal181141060.8400.070.5517572.7325.88
Hex12726A540737af491a
Octal22162152124076725711132
Binary10010111001011010101010100011111011110101111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12726A; }

 p { color: rgb(18,114,106); }

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

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

 a { background-color: rgb(18,114,106); }

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

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

 span { border-color: rgb(18,114,106); }

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