#019D76

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

Shades of Free Speech Aquamarine #019D76

Tints of Free Speech Aquamarine #019D76

Color information

#019D76 (or 0x019D76) is unknown color: approx Free Speech Aquamarine. HEX triplet: 01, 9D and 76. RGB value is (1,157,118). Sum of RGB (Red+Green+Blue) = 1+157+118=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 157 (61.72% from 255 or 56.88% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 157 - color contains mainly: green. Hex color #019D76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019D76 is #FE6289. Grayscale: #696969. Windows color (decimal): -16671370 or 7773441. OLE color: 7773441.

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

Color convert

RGB1157118-
CMYK0.9900.250.38
HSL165º98.73%30.98%-
HSV(B)165º99.36%61.57%-
XYZ15.3425.4321.24-
YUV105.91134.8253.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 157 (61.72% from 255) = 56.88%
BLUE value IS 118 (46.48% from 255) = 42.75%
R=0.36%
G=56.88%
B=42.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11571180.9900.250.3816598.7330.98
Hex19D766301926a5631f
Octal12351661430314624514337
Binary1100111011110110110001101100110011010100101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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