Html Css Color HEX #14707F Allports

📋 copy color: '#14707F'

red 20 ◦ green 112 ◦ blue 127

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

Shades of Allports #14707F

Tints of Allports #14707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.24%

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

R = 7.72%
G = 43.24%
B = 49.03%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14707F (or 0x14707F) is known color: Allports. HEX triplet: 14, 70 and 7F. RGB value is (20,112,127). Sum of RGB (Red+Green+Blue) = 20+112+127=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #14707F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14707F is #EB8F80. Grayscale: #565656. Windows color (decimal): -15437697 or 8351764. OLE color: 8351764.

HSL color Cylindrical-coordinate representation of color #14707F: hue angle of 188.41º 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 #14707F is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 112 127 -
CMYK 0.84 0.12 0 0.50
HSL 188.41º 0.73% 0.29% -
HSV(B) 188.41º 0.84% 0.5% -
XYZ 9.91 13.27 22.12 -
YUV 86.2 151.02 80.78 -
System Red Green Blue C M Y K H S L
Decimal 20 112 127 0.84 0.12 0 0.50 188.41 0.73 0.29
Hex 14 70 7F 54 C 0 32 BC 49 1D
Octal 24 160 177 124 14 0 62 274 111 35
Binary 10100 1110000 1111111 1010100 1100 0 110010 10111100 1001001 11101

Color Harmonies of #14707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14707F

Black with #14707F

Text Example


Text Example

White with #14707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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