Html Css Color HEX #14747D Allports

📋 copy color: '#14747D'

red 20 ◦ green 116 ◦ blue 125

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

Shades of Allports #14747D

Tints of Allports #14747D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.89%

R = 7.66%
G = 44.44%
B = 47.89%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14747D (or 0x14747D) is known color: Allports. HEX triplet: 14, 74 and 7D. RGB value is (20,116,125). Sum of RGB (Red+Green+Blue) = 20+116+125=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #14747D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14747D is #EB8B82. Grayscale: #585858. Windows color (decimal): -15436675 or 8221716. OLE color: 8221716.

HSL color Cylindrical-coordinate representation of color #14747D: hue angle of 185.14º 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 #14747D is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 116 125 -
CMYK 0.84 0.07 0 0.51
HSL 185.14º 0.72% 0.28% -
HSV(B) 185.14º 0.84% 0.49% -
XYZ 10.24 14.12 21.59 -
YUV 88.32 148.7 79.27 -
System Red Green Blue C M Y K H S L
Decimal 20 116 125 0.84 0.07 0 0.51 185.14 0.72 0.28
Hex 14 74 7D 54 7 0 33 B9 48 1C
Octal 24 164 175 124 7 0 63 271 110 34
Binary 10100 1110100 1111101 1010100 111 0 110011 10111001 1001000 11100

Color Harmonies of #14747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14747D

Black with #14747D

Text Example


Text Example

White with #14747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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