Html Css Color HEX #14777F Allports

📋 copy color: '#14777F'

red 20 ◦ green 119 ◦ blue 127

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

Shades of Allports #14777F

Tints of Allports #14777F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.74%

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

R = 7.52%
G = 44.74%
B = 47.74%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14777F (or 0x14777F) is known color: Allports. HEX triplet: 14, 77 and 7F. RGB value is (20,119,127). Sum of RGB (Red+Green+Blue) = 20+119+127=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #14777F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14777F is #EB8880. Grayscale: #5A5A5A. Windows color (decimal): -15435905 or 8353556. OLE color: 8353556.

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

Color convert

RGB 20 119 127 -
CMYK 0.84 0.06 0 0.50
HSL 184.49º 0.73% 0.29% -
HSV(B) 184.49º 0.84% 0.5% -
XYZ 10.72 14.87 22.38 -
YUV 90.31 148.7 77.85 -
System Red Green Blue C M Y K H S L
Decimal 20 119 127 0.84 0.06 0 0.50 184.49 0.73 0.29
Hex 14 77 7F 54 6 0 32 B8 49 1D
Octal 24 167 177 124 6 0 62 270 111 35
Binary 10100 1110111 1111111 1010100 110 0 110010 10111000 1001001 11101

Color Harmonies of #14777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14777F

Black with #14777F

Text Example


Text Example

White with #14777F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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