#019C74

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

Shades of Free Speech Aquamarine #019C74

Tints of Free Speech Aquamarine #019C74

Color information

#019C74 (or 0x019C74) is unknown color: approx Free Speech Aquamarine. HEX triplet: 01, 9C and 74. RGB value is (1,156,116). Sum of RGB (Red+Green+Blue) = 1+156+116=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 156 (61.33% from 255 or 57.14% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 156 - color contains mainly: green. Hex color #019C74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019C74 is #FE638B. Grayscale: #696969. Windows color (decimal): -16671628 or 7642113. OLE color: 7642113.

HSL color Cylindrical-coordinate representation of color #019C74: hue angle of 164.52º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019C74 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB1156116-
CMYK0.9900.260.39
HSL164.52º98.73%30.78%-
HSV(B)164.52º99.36%61.18%-
XYZ15.0525.0420.56-
YUV105.1134.1553.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 156 (61.33% from 255) = 57.14%
BLUE value IS 116 (45.70% from 255) = 42.49%
R=0.37%
G=57.14%
B=42.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11561160.9900.260.39164.5298.7330.78
Hex19C746301A27a5631f
Octal12341641430324724514337
Binary1100111001110100110001101101010011110100101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,156,116); }

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

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

 a { background-color: rgb(1,156,116); }

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

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

 span { border-color: rgb(1,156,116); }

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