Html Css Color HEX #115D7F Allports

📋 copy color: '#115D7F'

red 17 ◦ green 93 ◦ blue 127

#115D7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #115D7F

Tints of Allports #115D7F

RGB

 RED value IS 17 (7.03% from 255) = 7.17%

 GREEN value IS 93 (36.72% from 255) = 39.24%

 BLUE value IS 127 (50% from 255) = 53.59%

R = 7.17%
G = 39.24%
B = 53.59%

CMYK

 C value IS 0.87

 M value IS 0.27

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#115D7F (or 0x115D7F) is known color: Allports. HEX triplet: 11, 5D and 7F. RGB value is (17,93,127). Sum of RGB (Red+Green+Blue) = 17+93+127=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #115D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D7F is #EEA280. Grayscale: #494949. Windows color (decimal): -15639169 or 8346897. OLE color: 8346897.

HSL color Cylindrical-coordinate representation of color #115D7F: hue angle of 198.55º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115D7F is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 93 127 -
CMYK 0.87 0.27 0 0.50
HSL 198.55º 0.76% 0.28% -
HSV(B) 198.55º 0.87% 0.5% -
XYZ 7.98 9.48 21.49 -
YUV 74.15 157.82 87.24 -
System Red Green Blue C M Y K H S L
Decimal 17 93 127 0.87 0.27 0 0.50 198.55 0.76 0.28
Hex 11 5D 7F 57 1B 0 32 C7 4C 1C
Octal 21 135 177 127 33 0 62 307 114 34
Binary 10001 1011101 1111111 1010111 11011 0 110010 11000111 1001100 11100

Color Harmonies of #115D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115D7F

Black with #115D7F

Text Example


Text Example

White with #115D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #115D7F;
 }
 .AnyTagClassName
 {
   color: #115D7F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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