Html Css Color HEX #126C75 Allports

📋 copy color: '#126C75'

red 18 ◦ green 108 ◦ blue 117

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

Shades of Allports #126C75

Tints of Allports #126C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.44%

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

R = 7.41%
G = 44.44%
B = 48.15%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#126C75 (or 0x126C75) is known color: Allports. HEX triplet: 12, 6C and 75. RGB value is (18,108,117). Sum of RGB (Red+Green+Blue) = 18+108+117=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #126C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C75 is #ED938A. Grayscale: #515151. Windows color (decimal): -15569803 or 7695378. OLE color: 7695378.

HSL color Cylindrical-coordinate representation of color #126C75: hue angle of 185.45º 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 #126C75 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 108 117 -
CMYK 0.85 0.08 0 0.54
HSL 185.45º 0.73% 0.26% -
HSV(B) 185.45º 0.85% 0.46% -
XYZ 8.82 12.14 18.71 -
YUV 82.12 147.68 82.27 -
System Red Green Blue C M Y K H S L
Decimal 18 108 117 0.85 0.08 0 0.54 185.45 0.73 0.26
Hex 12 6C 75 55 8 0 36 B9 49 1A
Octal 22 154 165 125 10 0 66 271 111 32
Binary 10010 1101100 1110101 1010101 1000 0 110110 10111001 1001001 11010

Color Harmonies of #126C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126C75

Black with #126C75

Text Example


Text Example

White with #126C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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