Html Css Color HEX #126676 Allports

📋 copy color: '#126676'

red 18 ◦ green 102 ◦ blue 118

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

Shades of Allports #126676

Tints of Allports #126676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.86%

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

R = 7.56%
G = 42.86%
B = 49.58%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#126676 (or 0x126676) is known color: Allports. HEX triplet: 12, 66 and 76. RGB value is (18,102,118). Sum of RGB (Red+Green+Blue) = 18+102+118=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #126676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126676 is #ED9989. Grayscale: #4E4E4E. Windows color (decimal): -15571338 or 7759378. OLE color: 7759378.

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

Color convert

RGB 18 102 118 -
CMYK 0.85 0.14 0 0.54
HSL 189.6º 0.74% 0.27% -
HSV(B) 189.6º 0.85% 0.46% -
XYZ 8.27 10.94 18.82 -
YUV 78.71 150.17 84.7 -
System Red Green Blue C M Y K H S L
Decimal 18 102 118 0.85 0.14 0 0.54 189.6 0.74 0.27
Hex 12 66 76 55 E 0 36 BE 4A 1B
Octal 22 146 166 125 16 0 66 276 112 33
Binary 10010 1100110 1110110 1010101 1110 0 110110 10111110 1001010 11011

Color Harmonies of #126676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126676

Black with #126676

Text Example


Text Example

White with #126676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126676; }

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

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

background-color css

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

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

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

border-color css

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

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

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