#127076

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

Shades of Allports #127076

Tints of Allports #127076

Color information

#127076 (or 0x127076) is unknown color: approx Allports. HEX triplet: 12, 70 and 76. RGB value is (18,112,118). Sum of RGB (Red+Green+Blue) = 18+112+118=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #127076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127076 is #ED8F89. Grayscale: #545454. Windows color (decimal): -15568778 or 7761938. OLE color: 7761938.

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

Color convert

RGB18112118-
CMYK0.850.0500.54
HSL183.6º73.53%26.67%-
HSV(B)183.6º84.75%46.27%-
XYZ9.3113.0219.16-
YUV84.58146.8680.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.26%
GREEN value IS 112 (44.14% from 255) = 45.16%
BLUE value IS 118 (46.48% from 255) = 47.58%
R=7.26%
G=45.16%
B=47.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal181121180.850.0500.54183.673.5326.67
Hex127076555036b84a1b
Octal22160166125506627011233
Binary10010111000011101101010101101011011010111000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127076; }

 p { color: rgb(18,112,118); }

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

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

 a { background-color: rgb(18,112,118); }

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

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

 span { border-color: rgb(18,112,118); }

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