Html Css Color HEX #126A7F Allports

📋 copy color: '#126A7F'

red 18 ◦ green 106 ◦ blue 127

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

Shades of Allports #126A7F

Tints of Allports #126A7F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.23%

 BLUE value IS 127 (50% from 255) = 50.6%

R = 7.17%
G = 42.23%
B = 50.6%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#126A7F (or 0x126A7F) is known color: Allports. HEX triplet: 12, 6A and 7F. RGB value is (18,106,127). Sum of RGB (Red+Green+Blue) = 18+106+127=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #126A7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126A7F is #ED9580. Grayscale: #515151. Windows color (decimal): -15570305 or 8350226. OLE color: 8350226.

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

Color convert

RGB 18 106 127 -
CMYK 0.86 0.17 0 0.50
HSL 191.56º 0.75% 0.28% -
HSV(B) 191.56º 0.86% 0.5% -
XYZ 9.23 11.97 21.9 -
YUV 82.08 153.35 82.29 -
System Red Green Blue C M Y K H S L
Decimal 18 106 127 0.86 0.17 0 0.50 191.56 0.75 0.28
Hex 12 6A 7F 56 11 0 32 C0 4B 1C
Octal 22 152 177 126 21 0 62 300 113 34
Binary 10010 1101010 1111111 1010110 10001 0 110010 11000000 1001011 11100

Color Harmonies of #126A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126A7F

Black with #126A7F

Text Example


Text Example

White with #126A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,106,127); }

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

background-color css

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

 a { background-color: rgb(18,106,127); }

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

border-color css

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

 span { border-color: rgb(18,106,127); }

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