Html Css Color HEX #117685 Allports

📋 copy color: '#117685'

red 17 ◦ green 118 ◦ blue 133

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

Shades of Allports #117685

Tints of Allports #117685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.03%

 BLUE value IS 133 (52.34% from 255) = 49.63%

R = 6.34%
G = 44.03%
B = 49.63%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#117685 (or 0x117685) is known color: Allports. HEX triplet: 11, 76 and 85. RGB value is (17,118,133). Sum of RGB (Red+Green+Blue) = 17+118+133=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #117685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117685 is #EE897A. Grayscale: #595959. Windows color (decimal): -15632763 or 8746513. OLE color: 8746513.

HSL color Cylindrical-coordinate representation of color #117685: hue angle of 187.76º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117685 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 118 133 -
CMYK 0.87 0.11 0 0.48
HSL 187.76º 0.77% 0.29% -
HSV(B) 187.76º 0.87% 0.52% -
XYZ 10.94 14.77 24.46 -
YUV 89.51 152.54 76.28 -
System Red Green Blue C M Y K H S L
Decimal 17 118 133 0.87 0.11 0 0.48 187.76 0.77 0.29
Hex 11 76 85 57 B 0 30 BC 4D 1D
Octal 21 166 205 127 13 0 60 274 115 35
Binary 10001 1110110 10000101 1010111 1011 0 110000 10111100 1001101 11101

Color Harmonies of #117685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117685

Black with #117685

Text Example


Text Example

White with #117685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117685; }

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

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

background-color css

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

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

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

border-color css

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

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

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