Html Css Color HEX #126D76 Allports

📋 copy color: '#126D76'

red 18 ◦ green 109 ◦ blue 118

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

Shades of Allports #126D76

Tints of Allports #126D76

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.49%

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

R = 7.35%
G = 44.49%
B = 48.16%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#126D76 (or 0x126D76) is known color: Allports. HEX triplet: 12, 6D and 76. RGB value is (18,109,118). Sum of RGB (Red+Green+Blue) = 18+109+118=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #126D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126D76 is #ED9289. Grayscale: #525252. Windows color (decimal): -15569546 or 7761170. OLE color: 7761170.

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

Color convert

RGB 18 109 118 -
CMYK 0.85 0.08 0 0.54
HSL 185.4º 0.74% 0.27% -
HSV(B) 185.4º 0.85% 0.46% -
XYZ 8.99 12.37 19.05 -
YUV 82.82 147.85 81.77 -
System Red Green Blue C M Y K H S L
Decimal 18 109 118 0.85 0.08 0 0.54 185.4 0.74 0.27
Hex 12 6D 76 55 8 0 36 B9 4A 1B
Octal 22 155 166 125 10 0 66 271 112 33
Binary 10010 1101101 1110110 1010101 1000 0 110110 10111001 1001010 11011

Color Harmonies of #126D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126D76

Black with #126D76

Text Example


Text Example

White with #126D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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