Html Css Color HEX #126C73 Allports

📋 copy color: '#126C73'

red 18 ◦ green 108 ◦ blue 115

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

Shades of Allports #126C73

Tints of Allports #126C73

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.81%

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

R = 7.47%
G = 44.81%
B = 47.72%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#126C73 (or 0x126C73) is known color: Allports. HEX triplet: 12, 6C and 73. RGB value is (18,108,115). Sum of RGB (Red+Green+Blue) = 18+108+115=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #126C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C73 is #ED938C. Grayscale: #515151. Windows color (decimal): -15569805 or 7564306. OLE color: 7564306.

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

Color convert

RGB 18 108 115 -
CMYK 0.84 0.06 0 0.55
HSL 184.33º 0.73% 0.26% -
HSV(B) 184.33º 0.84% 0.45% -
XYZ 8.71 12.09 18.09 -
YUV 81.89 146.68 82.43 -
System Red Green Blue C M Y K H S L
Decimal 18 108 115 0.84 0.06 0 0.55 184.33 0.73 0.26
Hex 12 6C 73 54 6 0 37 B8 49 1A
Octal 22 154 163 124 6 0 67 270 111 32
Binary 10010 1101100 1110011 1010100 110 0 110111 10111000 1001001 11010

Color Harmonies of #126C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126C73

Black with #126C73

Text Example


Text Example

White with #126C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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