#12737A

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

Shades of Allports #12737A

Tints of Allports #12737A

Color information

#12737A (or 0x12737A) is unknown color: approx Allports. HEX triplet: 12, 73 and 7A. RGB value is (18,115,122). Sum of RGB (Red+Green+Blue) = 18+115+122=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #12737A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12737A is #ED8C85. Grayscale: #565656. Windows color (decimal): -15568006 or 8024850. OLE color: 8024850.

HSL color Cylindrical-coordinate representation of color #12737A: hue angle of 184.04º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12737A is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB18115122-
CMYK0.850.0600.52
HSL184.04º74.29%27.45%-
HSV(B)184.04º85.25%47.84%-
XYZ9.8913.820.55-
YUV86.8147.8678.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.06%
GREEN value IS 115 (45.31% from 255) = 45.10%
BLUE value IS 122 (48.05% from 255) = 47.84%
R=7.06%
G=45.10%
B=47.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal181151220.850.0600.52184.0474.2927.45
Hex12737A556034b84a1b
Octal22163172125606427011233
Binary10010111001111110101010101110011010010111000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,115,122); }

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

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

 a { background-color: rgb(18,115,122); }

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

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

 span { border-color: rgb(18,115,122); }

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