Html Css Color HEX #126D84 Allports

📋 copy color: '#126D84'

red 18 ◦ green 109 ◦ blue 132

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

Shades of Allports #126D84

Tints of Allports #126D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 50.97%

R = 6.95%
G = 42.08%
B = 50.97%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#126D84 (or 0x126D84) is known color: Allports. HEX triplet: 12, 6D and 84. RGB value is (18,109,132). Sum of RGB (Red+Green+Blue) = 18+109+132=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #126D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126D84 is #ED927B. Grayscale: #545454. Windows color (decimal): -15569532 or 8678674. OLE color: 8678674.

HSL color Cylindrical-coordinate representation of color #126D84: hue angle of 192.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #126D84 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 109 132 -
CMYK 0.86 0.17 0 0.48
HSL 192.11º 0.76% 0.29% -
HSV(B) 192.11º 0.86% 0.52% -
XYZ 9.88 12.73 23.77 -
YUV 84.41 154.85 80.63 -
System Red Green Blue C M Y K H S L
Decimal 18 109 132 0.86 0.17 0 0.48 192.11 0.76 0.29
Hex 12 6D 84 56 11 0 30 C0 4C 1D
Octal 22 155 204 126 21 0 60 300 114 35
Binary 10010 1101101 10000100 1010110 10001 0 110000 11000000 1001100 11101

Color Harmonies of #126D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126D84

Black with #126D84

Text Example


Text Example

White with #126D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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