Html Css Color HEX #14717B Allports

📋 copy color: '#14717B'

red 20 ◦ green 113 ◦ blue 123

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

Shades of Allports #14717B

Tints of Allports #14717B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.14%

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

R = 7.81%
G = 44.14%
B = 48.05%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#14717B (or 0x14717B) is known color: Allports. HEX triplet: 14, 71 and 7B. RGB value is (20,113,123). Sum of RGB (Red+Green+Blue) = 20+113+123=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #14717B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14717B is #EB8E84. Grayscale: #565656. Windows color (decimal): -15437445 or 8089876. OLE color: 8089876.

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

Color convert

RGB 20 113 123 -
CMYK 0.84 0.08 0 0.52
HSL 185.83º 0.72% 0.28% -
HSV(B) 185.83º 0.84% 0.48% -
XYZ 9.77 13.39 20.81 -
YUV 86.33 148.69 80.69 -
System Red Green Blue C M Y K H S L
Decimal 20 113 123 0.84 0.08 0 0.52 185.83 0.72 0.28
Hex 14 71 7B 54 8 0 34 BA 48 1C
Octal 24 161 173 124 10 0 64 272 110 34
Binary 10100 1110001 1111011 1010100 1000 0 110100 10111010 1001000 11100

Color Harmonies of #14717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14717B

Black with #14717B

Text Example


Text Example

White with #14717B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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