Html Css Color HEX #126E75 Allports

📋 copy color: '#126E75'

red 18 ◦ green 110 ◦ blue 117

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

Shades of Allports #126E75

Tints of Allports #126E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 47.76%

R = 7.35%
G = 44.9%
B = 47.76%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#126E75 (or 0x126E75) is known color: Allports. HEX triplet: 12, 6E and 75. RGB value is (18,110,117). Sum of RGB (Red+Green+Blue) = 18+110+117=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #126E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E75 is #ED918A. Grayscale: #535353. Windows color (decimal): -15569291 or 7695890. OLE color: 7695890.

HSL color Cylindrical-coordinate representation of color #126E75: hue angle of 184.24º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #126E75 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 110 117 -
CMYK 0.85 0.06 0 0.54
HSL 184.24º 0.73% 0.26% -
HSV(B) 184.24º 0.85% 0.46% -
XYZ 9.04 12.56 18.78 -
YUV 83.29 147.02 81.43 -
System Red Green Blue C M Y K H S L
Decimal 18 110 117 0.85 0.06 0 0.54 184.24 0.73 0.26
Hex 12 6E 75 55 6 0 36 B8 49 1A
Octal 22 156 165 125 6 0 66 270 111 32
Binary 10010 1101110 1110101 1010101 110 0 110110 10111000 1001001 11010

Color Harmonies of #126E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126E75

Black with #126E75

Text Example


Text Example

White with #126E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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