Html Css Color HEX #14777C Allports

📋 copy color: '#14777C'

red 20 ◦ green 119 ◦ blue 124

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

Shades of Allports #14777C

Tints of Allports #14777C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 47.15%

R = 7.6%
G = 45.25%
B = 47.15%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14777C (or 0x14777C) is known color: Allports. HEX triplet: 14, 77 and 7C. RGB value is (20,119,124). Sum of RGB (Red+Green+Blue) = 20+119+124=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #14777C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14777C is #EB8883. Grayscale: #595959. Windows color (decimal): -15435908 or 8156948. OLE color: 8156948.

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

Color convert

RGB 20 119 124 -
CMYK 0.84 0.04 0 0.51
HSL 182.88º 0.72% 0.28% -
HSV(B) 182.88º 0.84% 0.49% -
XYZ 10.52 14.8 21.37 -
YUV 89.97 147.2 78.09 -
System Red Green Blue C M Y K H S L
Decimal 20 119 124 0.84 0.04 0 0.51 182.88 0.72 0.28
Hex 14 77 7C 54 4 0 33 B7 48 1C
Octal 24 167 174 124 4 0 63 267 110 34
Binary 10100 1110111 1111100 1010100 100 0 110011 10110111 1001000 11100

Color Harmonies of #14777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14777C

Black with #14777C

Text Example


Text Example

White with #14777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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