Html Css Color HEX #126B7F Allports

📋 copy color: '#126B7F'

red 18 ◦ green 107 ◦ blue 127

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

Shades of Allports #126B7F

Tints of Allports #126B7F

RGB

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

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

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

R = 7.14%
G = 42.46%
B = 50.4%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#126B7F (or 0x126B7F) is known color: Allports. HEX triplet: 12, 6B and 7F. RGB value is (18,107,127). Sum of RGB (Red+Green+Blue) = 18+107+127=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #126B7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126B7F is #ED9480. Grayscale: #525252. Windows color (decimal): -15570049 or 8350482. OLE color: 8350482.

HSL color Cylindrical-coordinate representation of color #126B7F: hue angle of 191.01º 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 #126B7F is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 107 127 -
CMYK 0.86 0.16 0 0.50
HSL 191.01º 0.75% 0.28% -
HSV(B) 191.01º 0.86% 0.5% -
XYZ 9.34 12.18 21.94 -
YUV 82.67 153.01 81.87 -
System Red Green Blue C M Y K H S L
Decimal 18 107 127 0.86 0.16 0 0.50 191.01 0.75 0.28
Hex 12 6B 7F 56 10 0 32 BF 4B 1C
Octal 22 153 177 126 20 0 62 277 113 34
Binary 10010 1101011 1111111 1010110 10000 0 110010 10111111 1001011 11100

Color Harmonies of #126B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126B7F

Black with #126B7F

Text Example


Text Example

White with #126B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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