Html Css Color HEX #14A673 Free Speech Aquamarine

📋 copy color: '#14A673'

red 20 ◦ green 166 ◦ blue 115

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

Shades of Free Speech Aquamarine #14A673

Tints of Free Speech Aquamarine #14A673

RGB

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

 GREEN value IS 166 (65.23% from 255) = 55.15%

 BLUE value IS 115 (45.31% from 255) = 38.21%

R = 6.64%
G = 55.15%
B = 38.21%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#14A673 (or 0x14A673) is known color: Free Speech Aquamarine. HEX triplet: 14, A6 and 73. RGB value is (20,166,115). Sum of RGB (Red+Green+Blue) = 20+166+115=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 166 (65.23% from 255 or 55.15% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 166 - color contains mainly: green. Hex color #14A673 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A673 is #EB598C. Grayscale: #747474. Windows color (decimal): -15423885 or 7579156. OLE color: 7579156.

HSL color Cylindrical-coordinate representation of color #14A673: hue angle of 159.04º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A673 is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 166 115 -
CMYK 0.88 0 0.31 0.35
HSL 159.04º 0.78% 0.36% -
HSV(B) 159.04º 0.88% 0.65% -
XYZ 17.02 28.66 20.85 -
YUV 116.53 127.13 59.15 -
System Red Green Blue C M Y K H S L
Decimal 20 166 115 0.88 0 0.31 0.35 159.04 0.78 0.36
Hex 14 A6 73 58 0 1F 23 9F 4E 24
Octal 24 246 163 130 0 37 43 237 116 44
Binary 10100 10100110 1110011 1011000 0 11111 100011 10011111 1001110 100100

Color Harmonies of #14A673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A673

Black with #14A673

Text Example


Text Example

White with #14A673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14A673; }

 p { color: rgb(20,166,115); }

 H1.HeaderClassName
 {
   color: #14A673;
 }
 .AnyTagClassName
 {
   color: #14A673;
 }
</style>

background-color css

<style>
 a { background-color: #14A673; }

 a { background-color: rgb(20,166,115); }

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

border-color css

<style>
 span { border-color: #14A673; }

 span { border-color: rgb(20,166,115); }

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