#127680

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

Shades of Allports #127680

Tints of Allports #127680

Color information

#127680 (or 0x127680) is unknown color: approx Allports. HEX triplet: 12, 76 and 80. RGB value is (18,118,128). Sum of RGB (Red+Green+Blue) = 18+118+128=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #127680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127680 is #ED897F. Grayscale: #595959. Windows color (decimal): -15567232 or 8418834. OLE color: 8418834.

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

Color convert

RGB18118128-
CMYK0.860.0800.50
HSL185.45º75.34%28.63%-
HSV(B)185.45º85.94%50.2%-
XYZ10.6214.6422.69-
YUV89.24149.8777.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.82%
GREEN value IS 118 (46.48% from 255) = 44.70%
BLUE value IS 128 (50.39% from 255) = 48.48%
R=6.82%
G=44.70%
B=48.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal181181280.860.0800.50185.4575.3428.63
Hex127680568032b94b1d
Octal221662001261006227111335
Binary1001011101101000000010101101000011001010111001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127680; }

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

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

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

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

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

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

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

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