#12717A

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

Shades of Allports #12717A

Tints of Allports #12717A

Color information

#12717A (or 0x12717A) is unknown color: approx Allports. HEX triplet: 12, 71 and 7A. RGB value is (18,113,122). Sum of RGB (Red+Green+Blue) = 18+113+122=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #12717A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12717A is #ED8E85. Grayscale: #555555. Windows color (decimal): -15568518 or 8024338. OLE color: 8024338.

HSL color Cylindrical-coordinate representation of color #12717A: hue angle of 185.19º 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 #12717A is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB18113122-
CMYK0.850.0700.52
HSL185.19º74.29%27.45%-
HSV(B)185.19º85.25%47.84%-
XYZ9.6713.3420.48-
YUV85.62148.5379.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.11%
GREEN value IS 113 (44.53% from 255) = 44.66%
BLUE value IS 122 (48.05% from 255) = 48.22%
R=7.11%
G=44.66%
B=48.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal181131220.850.0700.52185.1974.2927.45
Hex12717A557034b94a1b
Octal22161172125706427111233
Binary10010111000111110101010101111011010010111001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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