#019980

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

Shades of Free Speech Aquamarine #019980

Tints of Free Speech Aquamarine #019980

Color information

#019980 (or 0x019980) is unknown color: approx Free Speech Aquamarine. HEX triplet: 01, 99 and 80. RGB value is (1,153,128). Sum of RGB (Red+Green+Blue) = 1+153+128=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #019980 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019980 is #FE667F. Grayscale: #686868. Windows color (decimal): -16672384 or 8427777. OLE color: 8427777.

HSL color Cylindrical-coordinate representation of color #019980: hue angle of 170.13º 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 #019980 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB1153128-
CMYK0.9900.160.4
HSL170.13º98.7%30.2%-
HSV(B)170.13º99.35%60%-
XYZ15.324.3524.32-
YUV104.7141.1454.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 153 (60.16% from 255) = 54.26%
BLUE value IS 128 (50.39% from 255) = 45.39%
R=0.35%
G=54.26%
B=45.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11531280.9900.160.4170.1398.730.2
Hex199806301028aa631e
Octal12312001430205025214336
Binary11001100110000000110001101000010100010101010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019980; }

 p { color: rgb(1,153,128); }

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

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

 a { background-color: rgb(1,153,128); }

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

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

 span { border-color: rgb(1,153,128); }

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