Html Css Color HEX #127682 Allports

📋 copy color: '#127682'

red 18 ◦ green 118 ◦ blue 130

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

Shades of Allports #127682

Tints of Allports #127682

RGB

 RED value IS 18 (7.42% from 255) = 6.77%

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

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

R = 6.77%
G = 44.36%
B = 48.87%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#127682 (or 0x127682) is known color: Allports. HEX triplet: 12, 76 and 82. RGB value is (18,118,130). Sum of RGB (Red+Green+Blue) = 18+118+130=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #127682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127682 is #ED897D. Grayscale: #595959. Windows color (decimal): -15567230 or 8549906. OLE color: 8549906.

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

Color convert

RGB 18 118 130 -
CMYK 0.86 0.09 0 0.49
HSL 186.43º 0.76% 0.29% -
HSV(B) 186.43º 0.86% 0.51% -
XYZ 10.76 14.7 23.39 -
YUV 89.47 150.87 77.02 -
System Red Green Blue C M Y K H S L
Decimal 18 118 130 0.86 0.09 0 0.49 186.43 0.76 0.29
Hex 12 76 82 56 9 0 31 BA 4C 1D
Octal 22 166 202 126 11 0 61 272 114 35
Binary 10010 1110110 10000010 1010110 1001 0 110001 10111010 1001100 11101

Color Harmonies of #127682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127682

Black with #127682

Text Example


Text Example

White with #127682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127682; }

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

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

background-color css

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

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

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

border-color css

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

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

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