#019672

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

Shades of Free Speech Aquamarine #019672

Tints of Free Speech Aquamarine #019672

Color information

#019672 (or 0x019672) is unknown color: approx Free Speech Aquamarine. HEX triplet: 01, 96 and 72. RGB value is (1,150,114). Sum of RGB (Red+Green+Blue) = 1+150+114=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 150 (58.98% from 255 or 56.60% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 150 - color contains mainly: green. Hex color #019672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019672 is #FE698D. Grayscale: #656565. Windows color (decimal): -16673166 or 7509505. OLE color: 7509505.

HSL color Cylindrical-coordinate representation of color #019672: hue angle of 165.5º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019672 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB1150114-
CMYK0.9900.240.41
HSL165.5º98.68%29.61%-
HSV(B)165.5º99.33%58.82%-
XYZ13.9623.0319.63-
YUV101.34135.1456.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 150 (58.98% from 255) = 56.60%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=0.38%
G=56.60%
B=43.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11501140.9900.240.41165.598.6829.61
Hex196726301829a6631e
Octal12261621430305124614336
Binary1100101101110010110001101100010100110100110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019672; }

 p { color: rgb(1,150,114); }

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

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

 a { background-color: rgb(1,150,114); }

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

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

 span { border-color: rgb(1,150,114); }

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