Html Css Color HEX #14727D Allports

📋 copy color: '#14727D'

red 20 ◦ green 114 ◦ blue 125

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

Shades of Allports #14727D

Tints of Allports #14727D

RGB

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

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

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

R = 7.72%
G = 44.02%
B = 48.26%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14727D (or 0x14727D) is known color: Allports. HEX triplet: 14, 72 and 7D. RGB value is (20,114,125). Sum of RGB (Red+Green+Blue) = 20+114+125=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #14727D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14727D is #EB8D82. Grayscale: #575757. Windows color (decimal): -15437187 or 8221204. OLE color: 8221204.

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

Color convert

RGB 20 114 125 -
CMYK 0.84 0.09 0 0.51
HSL 186.29º 0.72% 0.28% -
HSV(B) 186.29º 0.84% 0.49% -
XYZ 10.01 13.66 21.51 -
YUV 87.15 149.36 80.11 -
System Red Green Blue C M Y K H S L
Decimal 20 114 125 0.84 0.09 0 0.51 186.29 0.72 0.28
Hex 14 72 7D 54 9 0 33 BA 48 1C
Octal 24 162 175 124 11 0 63 272 110 34
Binary 10100 1110010 1111101 1010100 1001 0 110011 10111010 1001000 11100

Color Harmonies of #14727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14727D

Black with #14727D

Text Example


Text Example

White with #14727D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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