Html Css Color HEX #14727B Allports

📋 copy color: '#14727B'

red 20 ◦ green 114 ◦ blue 123

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

Shades of Allports #14727B

Tints of Allports #14727B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 47.86%

R = 7.78%
G = 44.36%
B = 47.86%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#14727B (or 0x14727B) is known color: Allports. HEX triplet: 14, 72 and 7B. RGB value is (20,114,123). Sum of RGB (Red+Green+Blue) = 20+114+123=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #14727B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14727B is #EB8D84. Grayscale: #565656. Windows color (decimal): -15437189 or 8090132. OLE color: 8090132.

HSL color Cylindrical-coordinate representation of color #14727B: hue angle of 185.24º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14727B is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 20 114 123 -
CMYK 0.84 0.07 0 0.52
HSL 185.24º 0.72% 0.28% -
HSV(B) 185.24º 0.84% 0.48% -
XYZ 9.88 13.61 20.85 -
YUV 86.92 148.36 80.27 -
System Red Green Blue C M Y K H S L
Decimal 20 114 123 0.84 0.07 0 0.52 185.24 0.72 0.28
Hex 14 72 7B 54 7 0 34 B9 48 1C
Octal 24 162 173 124 7 0 64 271 110 34
Binary 10100 1110010 1111011 1010100 111 0 110100 10111001 1001000 11100

Color Harmonies of #14727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14727B

Black with #14727B

Text Example


Text Example

White with #14727B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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