#009C73

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

Shades of Free Speech Aquamarine #009C73

Tints of Free Speech Aquamarine #009C73

Color information

#009C73 (or 0x009C73) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 9C and 73. RGB value is (0,156,115). Sum of RGB (Red+Green+Blue) = 0+156+115=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 156 (61.33% from 255 or 57.56% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 156 - color contains mainly: green. Hex color #009C73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009C73 is #FF638C. Grayscale: #686868. Windows color (decimal): -16737165 or 7576576. OLE color: 7576576.

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

Color convert

RGB0156115-
CMYK100.260.39
HSL164.23º100%30.59%-
HSV(B)164.23º100%61.18%-
XYZ14.9825.0120.26-
YUV104.68133.8253.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 156 (61.33% from 255) = 57.56%
BLUE value IS 115 (45.31% from 255) = 42.44%
R=0%
G=57.56%
B=42.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal0156115100.260.39164.2310030.59
Hex09C736401A27a4641f
Octal02341631440324724414437
Binary0100111001110011110010001101010011110100100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009C73; }

 p { color: rgb(0,156,115); }

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

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

 a { background-color: rgb(0,156,115); }

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

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

 span { border-color: rgb(0,156,115); }

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