Html Css Color HEX #126C7C Allports

📋 copy color: '#126C7C'

red 18 ◦ green 108 ◦ blue 124

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

Shades of Allports #126C7C

Tints of Allports #126C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 49.6%

R = 7.2%
G = 43.2%
B = 49.6%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#126C7C (or 0x126C7C) is known color: Allports. HEX triplet: 12, 6C and 7C. RGB value is (18,108,124). Sum of RGB (Red+Green+Blue) = 18+108+124=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #126C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C7C is #ED9383. Grayscale: #525252. Windows color (decimal): -15569796 or 8154130. OLE color: 8154130.

HSL color Cylindrical-coordinate representation of color #126C7C: hue angle of 189.06º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #126C7C is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 108 124 -
CMYK 0.85 0.13 0 0.51
HSL 189.06º 0.75% 0.28% -
HSV(B) 189.06º 0.85% 0.49% -
XYZ 9.25 12.31 20.96 -
YUV 82.91 151.18 81.7 -
System Red Green Blue C M Y K H S L
Decimal 18 108 124 0.85 0.13 0 0.51 189.06 0.75 0.28
Hex 12 6C 7C 55 D 0 33 BD 4B 1C
Octal 22 154 174 125 15 0 63 275 113 34
Binary 10010 1101100 1111100 1010101 1101 0 110011 10111101 1001011 11100

Color Harmonies of #126C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126C7C

Black with #126C7C

Text Example


Text Example

White with #126C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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