#019675

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

Shades of Free Speech Aquamarine #019675

Tints of Free Speech Aquamarine #019675

Color information

#019675 (or 0x019675) is unknown color: approx Free Speech Aquamarine. HEX triplet: 01, 96 and 75. RGB value is (1,150,117). Sum of RGB (Red+Green+Blue) = 1+150+117=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #019675 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019675 is #FE698A. Grayscale: #656565. Windows color (decimal): -16673163 or 7706113. OLE color: 7706113.

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

Color convert

RGB1150117-
CMYK0.9900.220.41
HSL166.71º98.68%29.61%-
HSV(B)166.71º99.33%58.82%-
XYZ14.1323.120.54-
YUV101.69136.6456.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 150 (58.98% from 255) = 55.97%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=0.37%
G=55.97%
B=43.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11501170.9900.220.41166.7198.6829.61
Hex196756301629a7631e
Octal12261651430265124714336
Binary1100101101110101110001101011010100110100111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019675; }

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

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

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

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

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

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

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

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