Html Css Color HEX #127176 Allports

📋 copy color: '#127176'

red 18 ◦ green 113 ◦ blue 118

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

Shades of Allports #127176

Tints of Allports #127176

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.38%

 BLUE value IS 118 (46.48% from 255) = 47.39%

R = 7.23%
G = 45.38%
B = 47.39%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#127176 (or 0x127176) is known color: Allports. HEX triplet: 12, 71 and 76. RGB value is (18,113,118). Sum of RGB (Red+Green+Blue) = 18+113+118=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #127176 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127176 is #ED8E89. Grayscale: #555555. Windows color (decimal): -15568522 or 7762194. OLE color: 7762194.

HSL color Cylindrical-coordinate representation of color #127176: hue angle of 183º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127176 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 113 118 -
CMYK 0.85 0.04 0 0.54
HSL 183º 0.74% 0.27% -
HSV(B) 183º 0.85% 0.46% -
XYZ 9.42 13.25 19.2 -
YUV 85.17 146.53 80.09 -
System Red Green Blue C M Y K H S L
Decimal 18 113 118 0.85 0.04 0 0.54 183 0.74 0.27
Hex 12 71 76 55 4 0 36 B7 4A 1B
Octal 22 161 166 125 4 0 66 267 112 33
Binary 10010 1110001 1110110 1010101 100 0 110110 10110111 1001010 11011

Color Harmonies of #127176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127176

Black with #127176

Text Example


Text Example

White with #127176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127176; }

 p { color: rgb(18,113,118); }

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

background-color css

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

 a { background-color: rgb(18,113,118); }

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

border-color css

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

 span { border-color: rgb(18,113,118); }

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