#12727F

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

Shades of Allports #12727F

Tints of Allports #12727F

Color information

#12727F (or 0x12727F) is unknown color: approx Allports. HEX triplet: 12, 72 and 7F. RGB value is (18,114,127). Sum of RGB (Red+Green+Blue) = 18+114+127=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #12727F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12727F is #ED8D80. Grayscale: #565656. Windows color (decimal): -15568257 or 8352274. OLE color: 8352274.

HSL color Cylindrical-coordinate representation of color #12727F: hue angle of 187.16º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12727F is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB18114127-
CMYK0.860.1000.50
HSL187.16º75.17%28.43%-
HSV(B)187.16º85.83%49.8%-
XYZ10.113.722.19-
YUV86.78150.778.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 114 (44.92% from 255) = 44.02%
BLUE value IS 127 (50% from 255) = 49.03%
R=6.95%
G=44.02%
B=49.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal181141270.860.1000.50187.1675.1728.43
Hex12727F56A032bb4b1c
Octal221621771261206227311334
Binary100101110010111111110101101010011001010111011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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