Html Css Color HEX #147276 Allports

📋 copy color: '#147276'

red 20 ◦ green 114 ◦ blue 118

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

Shades of Allports #147276

Tints of Allports #147276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.24%

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

R = 7.94%
G = 45.24%
B = 46.83%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#147276 (or 0x147276) is known color: Allports. HEX triplet: 14, 72 and 76. RGB value is (20,114,118). Sum of RGB (Red+Green+Blue) = 20+114+118=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #147276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147276 is #EB8D89. Grayscale: #565656. Windows color (decimal): -15437194 or 7762452. OLE color: 7762452.

HSL color Cylindrical-coordinate representation of color #147276: hue angle of 182.45º 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 #147276 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 114 118 -
CMYK 0.83 0.03 0 0.54
HSL 182.45º 0.71% 0.27% -
HSV(B) 182.45º 0.83% 0.46% -
XYZ 9.58 13.49 19.24 -
YUV 86.35 145.86 80.67 -
System Red Green Blue C M Y K H S L
Decimal 20 114 118 0.83 0.03 0 0.54 182.45 0.71 0.27
Hex 14 72 76 53 3 0 36 B6 47 1B
Octal 24 162 166 123 3 0 66 266 107 33
Binary 10100 1110010 1110110 1010011 11 0 110110 10110110 1000111 11011

Color Harmonies of #147276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147276

Black with #147276

Text Example


Text Example

White with #147276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147276; }

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

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

background-color css

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

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

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

border-color css

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

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

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