Html Css Color HEX #14747C Allports

📋 copy color: '#14747C'

red 20 ◦ green 116 ◦ blue 124

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

Shades of Allports #14747C

Tints of Allports #14747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.62%

 BLUE value IS 124 (48.83% from 255) = 47.69%

R = 7.69%
G = 44.62%
B = 47.69%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14747C (or 0x14747C) is known color: Allports. HEX triplet: 14, 74 and 7C. RGB value is (20,116,124). Sum of RGB (Red+Green+Blue) = 20+116+124=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #14747C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14747C is #EB8B83. Grayscale: #585858. Windows color (decimal): -15436676 or 8156180. OLE color: 8156180.

HSL color Cylindrical-coordinate representation of color #14747C: hue angle of 184.62º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14747C is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 116 124 -
CMYK 0.84 0.06 0 0.51
HSL 184.62º 0.72% 0.28% -
HSV(B) 184.62º 0.84% 0.49% -
XYZ 10.17 14.09 21.25 -
YUV 88.21 148.2 79.35 -
System Red Green Blue C M Y K H S L
Decimal 20 116 124 0.84 0.06 0 0.51 184.62 0.72 0.28
Hex 14 74 7C 54 6 0 33 B9 48 1C
Octal 24 164 174 124 6 0 63 271 110 34
Binary 10100 1110100 1111100 1010100 110 0 110011 10111001 1001000 11100

Color Harmonies of #14747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14747C

Black with #14747C

Text Example


Text Example

White with #14747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14747C; }

 p { color: rgb(20,116,124); }

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

background-color css

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

 a { background-color: rgb(20,116,124); }

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

border-color css

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

 span { border-color: rgb(20,116,124); }

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