#127177

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

Shades of Allports #127177

Tints of Allports #127177

Color information

#127177 (or 0x127177) is unknown color: approx Allports. HEX triplet: 12, 71 and 77. RGB value is (18,113,119). Sum of RGB (Red+Green+Blue) = 18+113+119=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #127177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127177 is #ED8E88. Grayscale: #555555. Windows color (decimal): -15568521 or 7827730. OLE color: 7827730.

HSL color Cylindrical-coordinate representation of color #127177: hue angle of 183.56º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127177 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB18113119-
CMYK0.850.0500.53
HSL183.56º73.72%26.86%-
HSV(B)183.56º84.87%46.67%-
XYZ9.4813.2719.51-
YUV85.28147.0380.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.2%
GREEN value IS 113 (44.53% from 255) = 45.2%
BLUE value IS 119 (46.88% from 255) = 47.6%
R=7.2%
G=45.2%
B=47.6%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181131190.850.0500.53183.5673.7226.86
Hex127177555035b84a1b
Octal22161167125506527011233
Binary10010111000111101111010101101011010110111000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127177; }

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

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

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

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

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

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

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

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