Html Css Color HEX #126E79 Allports

📋 copy color: '#126E79'

red 18 ◦ green 110 ◦ blue 121

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

Shades of Allports #126E79

Tints of Allports #126E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 48.59%

R = 7.23%
G = 44.18%
B = 48.59%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#126E79 (or 0x126E79) is known color: Allports. HEX triplet: 12, 6E and 79. RGB value is (18,110,121). Sum of RGB (Red+Green+Blue) = 18+110+121=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 110 (43.36% from 255 or 44.18% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #126E79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E79 is #ED9186. Grayscale: #535353. Windows color (decimal): -15569287 or 7958034. OLE color: 7958034.

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

Color convert

RGB 18 110 121 -
CMYK 0.85 0.09 0 0.53
HSL 186.41º 0.74% 0.27% -
HSV(B) 186.41º 0.85% 0.47% -
XYZ 9.28 12.66 20.04 -
YUV 83.75 149.02 81.11 -
System Red Green Blue C M Y K H S L
Decimal 18 110 121 0.85 0.09 0 0.53 186.41 0.74 0.27
Hex 12 6E 79 55 9 0 35 BA 4A 1B
Octal 22 156 171 125 11 0 65 272 112 33
Binary 10010 1101110 1111001 1010101 1001 0 110101 10111010 1001010 11011

Color Harmonies of #126E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126E79

Black with #126E79

Text Example


Text Example

White with #126E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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