Html Css Color HEX #126677 Allports

📋 copy color: '#126677'

red 18 ◦ green 102 ◦ blue 119

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

Shades of Allports #126677

Tints of Allports #126677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.68%

 BLUE value IS 119 (46.88% from 255) = 49.79%

R = 7.53%
G = 42.68%
B = 49.79%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#126677 (or 0x126677) is known color: Allports. HEX triplet: 12, 66 and 77. RGB value is (18,102,119). Sum of RGB (Red+Green+Blue) = 18+102+119=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #126677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126677 is #ED9988. Grayscale: #4E4E4E. Windows color (decimal): -15571337 or 7824914. OLE color: 7824914.

HSL color Cylindrical-coordinate representation of color #126677: hue angle of 190.1º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #126677 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 102 119 -
CMYK 0.85 0.14 0 0.53
HSL 190.1º 0.74% 0.27% -
HSV(B) 190.1º 0.85% 0.47% -
XYZ 8.33 10.96 19.13 -
YUV 78.82 150.67 84.62 -
System Red Green Blue C M Y K H S L
Decimal 18 102 119 0.85 0.14 0 0.53 190.1 0.74 0.27
Hex 12 66 77 55 E 0 35 BE 4A 1B
Octal 22 146 167 125 16 0 65 276 112 33
Binary 10010 1100110 1110111 1010101 1110 0 110101 10111110 1001010 11011

Color Harmonies of #126677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126677

Black with #126677

Text Example


Text Example

White with #126677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126677; }

 p { color: rgb(18,102,119); }

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

background-color css

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

 a { background-color: rgb(18,102,119); }

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

border-color css

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

 span { border-color: rgb(18,102,119); }

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