Html Css Color HEX #126E76 Allports

📋 copy color: '#126E76'

red 18 ◦ green 110 ◦ blue 118

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

Shades of Allports #126E76

Tints of Allports #126E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.72%

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

R = 7.32%
G = 44.72%
B = 47.97%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#126E76 (or 0x126E76) is known color: Allports. HEX triplet: 12, 6E and 76. RGB value is (18,110,118). Sum of RGB (Red+Green+Blue) = 18+110+118=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #126E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E76 is #ED9189. Grayscale: #535353. Windows color (decimal): -15569290 or 7761426. OLE color: 7761426.

HSL color Cylindrical-coordinate representation of color #126E76: hue angle of 184.8º 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 #126E76 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 110 118 -
CMYK 0.85 0.07 0 0.54
HSL 184.8º 0.74% 0.27% -
HSV(B) 184.8º 0.85% 0.46% -
XYZ 9.1 12.59 19.09 -
YUV 83.4 147.52 81.35 -
System Red Green Blue C M Y K H S L
Decimal 18 110 118 0.85 0.07 0 0.54 184.8 0.74 0.27
Hex 12 6E 76 55 7 0 36 B9 4A 1B
Octal 22 156 166 125 7 0 66 271 112 33
Binary 10010 1101110 1110110 1010101 111 0 110110 10111001 1001010 11011

Color Harmonies of #126E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126E76

Black with #126E76

Text Example


Text Example

White with #126E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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