Html Css Color HEX #117682 Allports

📋 copy color: '#117682'

red 17 ◦ green 118 ◦ blue 130

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

Shades of Allports #117682

Tints of Allports #117682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 49.06%

R = 6.42%
G = 44.53%
B = 49.06%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#117682 (or 0x117682) is known color: Allports. HEX triplet: 11, 76 and 82. RGB value is (17,118,130). Sum of RGB (Red+Green+Blue) = 17+118+130=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #117682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117682 is #EE897D. Grayscale: #595959. Windows color (decimal): -15632766 or 8549905. OLE color: 8549905.

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

Color convert

RGB 17 118 130 -
CMYK 0.87 0.09 0 0.49
HSL 186.37º 0.77% 0.29% -
HSV(B) 186.37º 0.87% 0.51% -
XYZ 10.74 14.69 23.39 -
YUV 89.17 151.04 76.52 -
System Red Green Blue C M Y K H S L
Decimal 17 118 130 0.87 0.09 0 0.49 186.37 0.77 0.29
Hex 11 76 82 57 9 0 31 BA 4D 1D
Octal 21 166 202 127 11 0 61 272 115 35
Binary 10001 1110110 10000010 1010111 1001 0 110001 10111010 1001101 11101

Color Harmonies of #117682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117682

Black with #117682

Text Example


Text Example

White with #117682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117682; }

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

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

background-color css

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

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

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

border-color css

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

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

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