#019779

Color #019779 Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #019779

Tints of Free Speech Aquamarine #019779

Color information

#019779 (or 0x019779) is unknown color: approx Free Speech Aquamarine. HEX triplet: 01, 97 and 79. RGB value is (1,151,121). Sum of RGB (Red+Green+Blue) = 1+151+121=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 151 (59.38% from 255 or 55.31% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 151 - color contains mainly: green. Hex color #019779 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019779 is #FE6886. Grayscale: #666666. Windows color (decimal): -16672903 or 7968513. OLE color: 7968513.

HSL color Cylindrical-coordinate representation of color #019779: hue angle of 168º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019779 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB1151121-
CMYK0.9900.200.41
HSL168º98.68%29.8%-
HSV(B)168º99.34%59.22%-
XYZ14.5323.5221.86-
YUV102.73138.355.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 151 (59.38% from 255) = 55.31%
BLUE value IS 121 (47.66% from 255) = 44.32%
R=0.37%
G=55.31%
B=44.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11511210.9900.200.4116898.6829.8
Hex197796301429a8631e
Octal12271711430245125014336
Binary1100101111111001110001101010010100110101000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019779; }

 p { color: rgb(1,151,121); }

 H1.HeaderClassName
 {
   color: #019779;
 }
 .AnyTagClassName
 {
   color: #019779;
 }
</style>
background-color css

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

 a { background-color: rgb(1,151,121); }

 div.DivClassName
 {
   background-color: #019779;
 }
 .BgClassName
 {
   background-color: #019779;
 }
</style>
border-color css

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

 span { border-color: rgb(1,151,121); }

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