#019D80

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

Shades of Free Speech Aquamarine #019D80

Tints of Free Speech Aquamarine #019D80

Color information

#019D80 (or 0x019D80) is unknown color: approx Free Speech Aquamarine. HEX triplet: 01, 9D and 80. RGB value is (1,157,128). Sum of RGB (Red+Green+Blue) = 1+157+128=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 157 (61.72% from 255 or 54.90% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 157 - color contains mainly: green. Hex color #019D80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019D80 is #FE627F. Grayscale: #6B6B6B. Windows color (decimal): -16671360 or 8428801. OLE color: 8428801.

HSL color Cylindrical-coordinate representation of color #019D80: hue angle of 168.85º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019D80 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB1157128-
CMYK0.9900.180.38
HSL168.85º98.73%30.98%-
HSV(B)168.85º99.36%61.57%-
XYZ15.9725.6824.54-
YUV107.05139.8252.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 157 (61.72% from 255) = 54.90%
BLUE value IS 128 (50.39% from 255) = 44.76%
R=0.35%
G=54.90%
B=44.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11571280.9900.180.38168.8598.7330.98
Hex19D806301226a9631f
Octal12352001430224625114337
Binary11001110110000000110001101001010011010101001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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