#12727A

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

Shades of Allports #12727A

Tints of Allports #12727A

Color information

#12727A (or 0x12727A) is unknown color: approx Allports. HEX triplet: 12, 72 and 7A. RGB value is (18,114,122). Sum of RGB (Red+Green+Blue) = 18+114+122=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #12727A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12727A is #ED8D85. Grayscale: #565656. Windows color (decimal): -15568262 or 8024594. OLE color: 8024594.

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

Color convert

RGB18114122-
CMYK0.850.0700.52
HSL184.62º74.29%27.45%-
HSV(B)184.62º85.25%47.84%-
XYZ9.7813.5720.52-
YUV86.21148.279.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.09%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 122 (48.05% from 255) = 48.03%
R=7.09%
G=44.88%
B=48.03%

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
Decimal181141220.850.0700.52184.6274.2927.45
Hex12727A557034b94a1b
Octal22162172125706427111233
Binary10010111001011110101010101111011010010111001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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