Html Css Color HEX #147076 Allports

📋 copy color: '#147076'

red 20 ◦ green 112 ◦ blue 118

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

Shades of Allports #147076

Tints of Allports #147076

RGB

 RED value IS 20 (8.2% from 255) = 8%

 GREEN value IS 112 (44.14% from 255) = 44.8%

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

R = 8%
G = 44.8%
B = 47.2%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#147076 (or 0x147076) is known color: Allports. HEX triplet: 14, 70 and 76. RGB value is (20,112,118). Sum of RGB (Red+Green+Blue) = 20+112+118=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #147076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147076 is #EB8F89. Grayscale: #555555. Windows color (decimal): -15437706 or 7761940. OLE color: 7761940.

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

Color convert

RGB 20 112 118 -
CMYK 0.83 0.05 0 0.54
HSL 183.67º 0.71% 0.27% -
HSV(B) 183.67º 0.83% 0.46% -
XYZ 9.35 13.05 19.16 -
YUV 85.18 146.52 81.51 -
System Red Green Blue C M Y K H S L
Decimal 20 112 118 0.83 0.05 0 0.54 183.67 0.71 0.27
Hex 14 70 76 53 5 0 36 B8 47 1B
Octal 24 160 166 123 5 0 66 270 107 33
Binary 10100 1110000 1110110 1010011 101 0 110110 10111000 1000111 11011

Color Harmonies of #147076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147076

Black with #147076

Text Example


Text Example

White with #147076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147076; }

 p { color: rgb(20,112,118); }

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

background-color css

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

 a { background-color: rgb(20,112,118); }

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

border-color css

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

 span { border-color: rgb(20,112,118); }

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