Html Css Color HEX #126B73 Allports

📋 copy color: '#126B73'

red 18 ◦ green 107 ◦ blue 115

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

Shades of Allports #126B73

Tints of Allports #126B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.58%

 BLUE value IS 115 (45.31% from 255) = 47.92%

R = 7.5%
G = 44.58%
B = 47.92%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#126B73 (or 0x126B73) is known color: Allports. HEX triplet: 12, 6B and 73. RGB value is (18,107,115). Sum of RGB (Red+Green+Blue) = 18+107+115=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #126B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126B73 is #ED948C. Grayscale: #515151. Windows color (decimal): -15570061 or 7564050. OLE color: 7564050.

HSL color Cylindrical-coordinate representation of color #126B73: hue angle of 184.95º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126B73 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 107 115 -
CMYK 0.84 0.07 0 0.55
HSL 184.95º 0.73% 0.26% -
HSV(B) 184.95º 0.84% 0.45% -
XYZ 8.6 11.88 18.06 -
YUV 81.3 147.01 82.85 -
System Red Green Blue C M Y K H S L
Decimal 18 107 115 0.84 0.07 0 0.55 184.95 0.73 0.26
Hex 12 6B 73 54 7 0 37 B9 49 1A
Octal 22 153 163 124 7 0 67 271 111 32
Binary 10010 1101011 1110011 1010100 111 0 110111 10111001 1001001 11010

Color Harmonies of #126B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126B73

Black with #126B73

Text Example


Text Example

White with #126B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,107,115); }

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

background-color css

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

 a { background-color: rgb(18,107,115); }

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

border-color css

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

 span { border-color: rgb(18,107,115); }

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