Html Css Color HEX #019A76 Free Speech Aquamarine

📋 copy color: '#019A76'

red 1 ◦ green 154 ◦ blue 118

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

Shades of Free Speech Aquamarine #019A76

Tints of Free Speech Aquamarine #019A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.22%

R = 0.37%
G = 56.41%
B = 43.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#019A76 (or 0x019A76) is known color: Free Speech Aquamarine. HEX triplet: 01, 9A and 76. RGB value is (1,154,118). Sum of RGB (Red+Green+Blue) = 1+154+118=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 154 (60.55% from 255 or 56.41% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 154 - color contains mainly: green. Hex color #019A76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019A76 is #FE6589. Grayscale: #686868. Windows color (decimal): -16672138 or 7772673. OLE color: 7772673.

HSL color Cylindrical-coordinate representation of color #019A76: hue angle of 165.88º 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 #019A76 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 154 118 -
CMYK 0.99 0 0.23 0.40
HSL 165.88º 0.99% 0.3% -
HSV(B) 165.88º 0.99% 0.6% -
XYZ 14.84 24.43 21.07 -
YUV 104.15 135.81 54.43 -
System Red Green Blue C M Y K H S L
Decimal 1 154 118 0.99 0 0.23 0.40 165.88 0.99 0.3
Hex 1 9A 76 63 0 17 28 A6 63 1E
Octal 1 232 166 143 0 27 50 246 143 36
Binary 1 10011010 1110110 1100011 0 10111 101000 10100110 1100011 11110

Color Harmonies of #019A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019A76

Black with #019A76

Text Example


Text Example

White with #019A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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