Html Css Color HEX #126F81 Allports

📋 copy color: '#126F81'

red 18 ◦ green 111 ◦ blue 129

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

Shades of Allports #126F81

Tints of Allports #126F81

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.02%

 BLUE value IS 129 (50.78% from 255) = 50%

R = 6.98%
G = 43.02%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#126F81 (or 0x126F81) is known color: Allports. HEX triplet: 12, 6F and 81. RGB value is (18,111,129). Sum of RGB (Red+Green+Blue) = 18+111+129=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 129 (50.78% from 255 or 50% from 258); Max value from RGB is 129 - color contains mainly: blue. Hex color #126F81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126F81 is #ED907E. Grayscale: #555555. Windows color (decimal): -15569023 or 8482578. OLE color: 8482578.

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

Color convert

RGB 18 111 129 -
CMYK 0.86 0.14 0 0.49
HSL 189.73º 0.76% 0.29% -
HSV(B) 189.73º 0.86% 0.51% -
XYZ 9.9 13.08 22.77 -
YUV 85.25 152.69 80.04 -
System Red Green Blue C M Y K H S L
Decimal 18 111 129 0.86 0.14 0 0.49 189.73 0.76 0.29
Hex 12 6F 81 56 E 0 31 BE 4C 1D
Octal 22 157 201 126 16 0 61 276 114 35
Binary 10010 1101111 10000001 1010110 1110 0 110001 10111110 1001100 11101

Color Harmonies of #126F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F81

Black with #126F81

Text Example


Text Example

White with #126F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,111,129); }

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

background-color css

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

 a { background-color: rgb(18,111,129); }

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

border-color css

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

 span { border-color: rgb(18,111,129); }

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