Html Css Color HEX #126E7E Allports

📋 copy color: '#126E7E'

red 18 ◦ green 110 ◦ blue 126

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

Shades of Allports #126E7E

Tints of Allports #126E7E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 43.31%

 BLUE value IS 126 (49.61% from 255) = 49.61%

R = 7.09%
G = 43.31%
B = 49.61%

CMYK

 C value IS 0.86

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#126E7E (or 0x126E7E) is known color: Allports. HEX triplet: 12, 6E and 7E. RGB value is (18,110,126). Sum of RGB (Red+Green+Blue) = 18+110+126=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #126E7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E7E is #ED9181. Grayscale: #545454. Windows color (decimal): -15569282 or 8285714. OLE color: 8285714.

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

Color convert

RGB 18 110 126 -
CMYK 0.86 0.13 0 0.51
HSL 188.89º 0.75% 0.28% -
HSV(B) 188.89º 0.86% 0.49% -
XYZ 9.59 12.79 21.7 -
YUV 84.32 151.52 80.7 -
System Red Green Blue C M Y K H S L
Decimal 18 110 126 0.86 0.13 0 0.51 188.89 0.75 0.28
Hex 12 6E 7E 56 D 0 33 BD 4B 1C
Octal 22 156 176 126 15 0 63 275 113 34
Binary 10010 1101110 1111110 1010110 1101 0 110011 10111101 1001011 11100

Color Harmonies of #126E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126E7E

Black with #126E7E

Text Example


Text Example

White with #126E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,110,126); }

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

background-color css

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

 a { background-color: rgb(18,110,126); }

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

border-color css

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

 span { border-color: rgb(18,110,126); }

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