Html Css Color HEX #019A73 Free Speech Aquamarine

📋 copy color: '#019A73'

red 1 ◦ green 154 ◦ blue 115

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

Shades of Free Speech Aquamarine #019A73

Tints of Free Speech Aquamarine #019A73

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

 GREEN value IS 154 (60.55% from 255) = 57.04%

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

R = 0.37%
G = 57.04%
B = 42.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#019A73 (or 0x019A73) is known color: Free Speech Aquamarine. HEX triplet: 01, 9A and 73. RGB value is (1,154,115). Sum of RGB (Red+Green+Blue) = 1+154+115=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 154 (60.55% from 255 or 57.04% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 154 - color contains mainly: green. Hex color #019A73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019A73 is #FE658C. Grayscale: #676767. Windows color (decimal): -16672141 or 7576065. OLE color: 7576065.

HSL color Cylindrical-coordinate representation of color #019A73: hue angle of 164.71º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019A73 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 154 115 -
CMYK 0.99 0 0.25 0.40
HSL 164.71º 0.99% 0.3% -
HSV(B) 164.71º 0.99% 0.6% -
XYZ 14.66 24.36 20.15 -
YUV 103.81 134.31 54.67 -
System Red Green Blue C M Y K H S L
Decimal 1 154 115 0.99 0 0.25 0.40 164.71 0.99 0.3
Hex 1 9A 73 63 0 19 28 A5 63 1E
Octal 1 232 163 143 0 31 50 245 143 36
Binary 1 10011010 1110011 1100011 0 11001 101000 10100101 1100011 11110

Color Harmonies of #019A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019A73

Black with #019A73

Text Example


Text Example

White with #019A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019A73; }

 p { color: rgb(1,154,115); }

 H1.HeaderClassName
 {
   color: #019A73;
 }
 .AnyTagClassName
 {
   color: #019A73;
 }
</style>

background-color css

<style>
 a { background-color: #019A73; }

 a { background-color: rgb(1,154,115); }

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

border-color css

<style>
 span { border-color: #019A73; }

 span { border-color: rgb(1,154,115); }

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