#019973

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

Shades of Free Speech Aquamarine #019973

Tints of Free Speech Aquamarine #019973

Color information

#019973 (or 0x019973) is unknown color: approx Free Speech Aquamarine. HEX triplet: 01, 99 and 73. RGB value is (1,153,115). Sum of RGB (Red+Green+Blue) = 1+153+115=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 153 (60.16% from 255 or 56.88% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 153 - color contains mainly: green. Hex color #019973 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019973 is #FE668C. Grayscale: #676767. Windows color (decimal): -16672397 or 7575809. OLE color: 7575809.

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

Color convert

RGB1153115-
CMYK0.9900.250.4
HSL165º98.7%30.2%-
HSV(B)165º99.35%60%-
XYZ14.524.0320.09-
YUV103.22134.6455.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 153 (60.16% from 255) = 56.88%
BLUE value IS 115 (45.31% from 255) = 42.75%
R=0.37%
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.4
SystemRedGreenBlueCMYKHSL
Decimal11531150.9900.250.416598.730.2
Hex199736301928a5631e
Octal12311631430315024514336
Binary1100110011110011110001101100110100010100101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019973; }

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

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

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

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

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

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

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

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