Html Css Color HEX #14747F Allports

📋 copy color: '#14747F'

red 20 ◦ green 116 ◦ blue 127

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

Shades of Allports #14747F

Tints of Allports #14747F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.29%

R = 7.6%
G = 44.11%
B = 48.29%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14747F (or 0x14747F) is known color: Allports. HEX triplet: 14, 74 and 7F. RGB value is (20,116,127). Sum of RGB (Red+Green+Blue) = 20+116+127=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #14747F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14747F is #EB8B80. Grayscale: #585858. Windows color (decimal): -15436673 or 8352788. OLE color: 8352788.

HSL color Cylindrical-coordinate representation of color #14747F: hue angle of 186.17º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14747F is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 116 127 -
CMYK 0.84 0.09 0 0.50
HSL 186.17º 0.73% 0.29% -
HSV(B) 186.17º 0.84% 0.5% -
XYZ 10.36 14.17 22.27 -
YUV 88.55 149.7 79.11 -
System Red Green Blue C M Y K H S L
Decimal 20 116 127 0.84 0.09 0 0.50 186.17 0.73 0.29
Hex 14 74 7F 54 9 0 32 BA 49 1D
Octal 24 164 177 124 11 0 62 272 111 35
Binary 10100 1110100 1111111 1010100 1001 0 110010 10111010 1001001 11101

Color Harmonies of #14747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14747F

Black with #14747F

Text Example


Text Example

White with #14747F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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