#009973

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

Shades of Free Speech Aquamarine #009973

Tints of Free Speech Aquamarine #009973

Color information

#009973 (or 0x009973) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 99 and 73. RGB value is (0,153,115). Sum of RGB (Red+Green+Blue) = 0+153+115=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #009973 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009973 is #FF668C. Grayscale: #666666. Windows color (decimal): -16737933 or 7575808. OLE color: 7575808.

HSL color Cylindrical-coordinate representation of color #009973: hue angle of 165.1º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009973 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB0153115-
CMYK100.250.4
HSL165.1º100%30%-
HSV(B)165.1º100%60%-
XYZ14.4924.0220.09-
YUV102.92134.8154.59-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 153 (60.16% from 255) = 57.09%
BLUE value IS 115 (45.31% from 255) = 42.91%
R=0%
G=57.09%
B=42.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal0153115100.250.4165.110030
Hex099736401928a5641e
Octal02311631440315024514436
Binary0100110011110011110010001100110100010100101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009973; }

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

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

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

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

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

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

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

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