#117078

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

Shades of Allports #117078

Tints of Allports #117078

Color information

#117078 (or 0x117078) is unknown color: approx Allports. HEX triplet: 11, 70 and 78. RGB value is (17,112,120). Sum of RGB (Red+Green+Blue) = 17+112+120=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #117078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117078 is #EE8F87. Grayscale: #545454. Windows color (decimal): -15634312 or 7893009. OLE color: 7893009.

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

Color convert

RGB17112120-
CMYK0.860.0700.53
HSL184.66º75.18%26.86%-
HSV(B)184.66º85.83%47.06%-
XYZ9.4213.0619.79-
YUV84.51148.0379.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.83%
GREEN value IS 112 (44.14% from 255) = 44.98%
BLUE value IS 120 (47.27% from 255) = 48.19%
R=6.83%
G=44.98%
B=48.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal171121200.860.0700.53184.6675.1826.86
Hex117078567035b94b1b
Octal21160170126706527111333
Binary10001111000011110001010110111011010110111001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117078; }

 p { color: rgb(17,112,120); }

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

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

 a { background-color: rgb(17,112,120); }

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

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

 span { border-color: rgb(17,112,120); }

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