Html Css Color HEX #14727C Allports

📋 copy color: '#14727C'

red 20 ◦ green 114 ◦ blue 124

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

Shades of Allports #14727C

Tints of Allports #14727C

RGB

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

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

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

R = 7.75%
G = 44.19%
B = 48.06%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14727C (or 0x14727C) is known color: Allports. HEX triplet: 14, 72 and 7C. RGB value is (20,114,124). Sum of RGB (Red+Green+Blue) = 20+114+124=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #14727C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14727C is #EB8D83. Grayscale: #565656. Windows color (decimal): -15437188 or 8155668. OLE color: 8155668.

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

Color convert

RGB 20 114 124 -
CMYK 0.84 0.08 0 0.51
HSL 185.77º 0.72% 0.28% -
HSV(B) 185.77º 0.84% 0.49% -
XYZ 9.94 13.64 21.18 -
YUV 87.03 148.86 80.19 -
System Red Green Blue C M Y K H S L
Decimal 20 114 124 0.84 0.08 0 0.51 185.77 0.72 0.28
Hex 14 72 7C 54 8 0 33 BA 48 1C
Octal 24 162 174 124 10 0 63 272 110 34
Binary 10100 1110010 1111100 1010100 1000 0 110011 10111010 1001000 11100

Color Harmonies of #14727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14727C

Black with #14727C

Text Example


Text Example

White with #14727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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