#019873

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

Shades of Free Speech Aquamarine #019873

Tints of Free Speech Aquamarine #019873

Color information

#019873 (or 0x019873) is unknown color: approx Free Speech Aquamarine. HEX triplet: 01, 98 and 73. RGB value is (1,152,115). Sum of RGB (Red+Green+Blue) = 1+152+115=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 152 (59.77% from 255 or 56.72% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 152 - color contains mainly: green. Hex color #019873 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019873 is #FE678C. Grayscale: #666666. Windows color (decimal): -16672653 or 7575553. OLE color: 7575553.

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

Color convert

RGB1152115-
CMYK0.9900.240.40
HSL165.3º98.69%30%-
HSV(B)165.3º99.34%59.61%-
XYZ14.3423.720.04-
YUV102.63134.9755.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 152 (59.77% from 255) = 56.72%
BLUE value IS 115 (45.31% from 255) = 42.91%
R=0.37%
G=56.72%
B=42.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11521150.9900.240.40165.398.6930
Hex198736301828a5631e
Octal12301631430305024514336
Binary1100110001110011110001101100010100010100101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019873; }

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

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

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

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

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

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

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

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