Html Css Color HEX #126F76 Allports

📋 copy color: '#126F76'

red 18 ◦ green 111 ◦ blue 118

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

Shades of Allports #126F76

Tints of Allports #126F76

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.94%

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

R = 7.29%
G = 44.94%
B = 47.77%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#126F76 (or 0x126F76) is known color: Allports. HEX triplet: 12, 6F and 76. RGB value is (18,111,118). Sum of RGB (Red+Green+Blue) = 18+111+118=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #126F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F76 is #ED9089. Grayscale: #535353. Windows color (decimal): -15569034 or 7761682. OLE color: 7761682.

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

Color convert

RGB 18 111 118 -
CMYK 0.85 0.06 0 0.54
HSL 184.2º 0.74% 0.27% -
HSV(B) 184.2º 0.85% 0.46% -
XYZ 9.2 12.81 19.13 -
YUV 83.99 147.19 80.93 -
System Red Green Blue C M Y K H S L
Decimal 18 111 118 0.85 0.06 0 0.54 184.2 0.74 0.27
Hex 12 6F 76 55 6 0 36 B8 4A 1B
Octal 22 157 166 125 6 0 66 270 112 33
Binary 10010 1101111 1110110 1010101 110 0 110110 10111000 1001010 11011

Color Harmonies of #126F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F76

Black with #126F76

Text Example


Text Example

White with #126F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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