#115D76

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

Shades of Allports #115D76

Tints of Allports #115D76

Color information

#115D76 (or 0x115D76) is unknown color: approx Allports. HEX triplet: 11, 5D and 76. RGB value is (17,93,118). Sum of RGB (Red+Green+Blue) = 17+93+118=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #115D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D76 is #EEA289. Grayscale: #484848. Windows color (decimal): -15639178 or 7757073. OLE color: 7757073.

HSL color Cylindrical-coordinate representation of color #115D76: hue angle of 194.85º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #115D76 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1793118-
CMYK0.860.2100.54
HSL194.85º74.81%26.47%-
HSV(B)194.85º85.59%46.27%-
XYZ7.429.2618.54-
YUV73.13153.3287.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.46%
GREEN value IS 93 (36.72% from 255) = 40.79%
BLUE value IS 118 (46.48% from 255) = 51.75%
R=7.46%
G=40.79%
B=51.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17931180.860.2100.54194.8574.8126.47
Hex115D765615036c34b1a
Octal211351661262506630311332
Binary1000110111011110110101011010101011011011000011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115D76; }

 p { color: rgb(17,93,118); }

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

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

 a { background-color: rgb(17,93,118); }

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

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

 span { border-color: rgb(17,93,118); }

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