#115D75

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

Shades of Allports #115D75

Tints of Allports #115D75

Color information

#115D75 (or 0x115D75) is unknown color: approx Allports. HEX triplet: 11, 5D and 75. RGB value is (17,93,117). Sum of RGB (Red+Green+Blue) = 17+93+117=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #115D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D75 is #EEA28A. Grayscale: #484848. Windows color (decimal): -15639179 or 7691537. OLE color: 7691537.

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

Color convert

RGB1793117-
CMYK0.850.2100.54
HSL194.4º74.63%26.27%-
HSV(B)194.4º85.47%45.88%-
XYZ7.369.2318.22-
YUV73.01152.8288.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.49%
GREEN value IS 93 (36.72% from 255) = 40.97%
BLUE value IS 117 (46.09% from 255) = 51.54%
R=7.49%
G=40.97%
B=51.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17931170.850.2100.54194.474.6326.27
Hex115D755515036c24b1a
Octal211351651252506630211332
Binary1000110111011110101101010110101011011011000010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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