Html Css Color HEX #126176 Allports

📋 copy color: '#126176'

red 18 ◦ green 97 ◦ blue 118

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

Shades of Allports #126176

Tints of Allports #126176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.63%

 BLUE value IS 118 (46.48% from 255) = 50.64%

R = 7.73%
G = 41.63%
B = 50.64%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#126176 (or 0x126176) is known color: Allports. HEX triplet: 12, 61 and 76. RGB value is (18,97,118). Sum of RGB (Red+Green+Blue) = 18+97+118=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #126176 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126176 is #ED9E89. Grayscale: #4B4B4B. Windows color (decimal): -15572618 or 7758098. OLE color: 7758098.

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

Color convert

RGB 18 97 118 -
CMYK 0.85 0.18 0 0.54
HSL 192.6º 0.74% 0.27% -
HSV(B) 192.6º 0.85% 0.46% -
XYZ 7.79 9.99 18.66 -
YUV 75.77 151.83 86.79 -
System Red Green Blue C M Y K H S L
Decimal 18 97 118 0.85 0.18 0 0.54 192.6 0.74 0.27
Hex 12 61 76 55 12 0 36 C1 4A 1B
Octal 22 141 166 125 22 0 66 301 112 33
Binary 10010 1100001 1110110 1010101 10010 0 110110 11000001 1001010 11011

Color Harmonies of #126176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126176

Black with #126176

Text Example


Text Example

White with #126176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126176; }

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

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

background-color css

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

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

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

border-color css

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

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

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