#099973

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

Shades of Free Speech Aquamarine #099973

Tints of Free Speech Aquamarine #099973

Color information

#099973 (or 0x099973) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, 99 and 73. RGB value is (9,153,115). Sum of RGB (Red+Green+Blue) = 9+153+115=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #099973 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099973 is #F6668C. Grayscale: #696969. Windows color (decimal): -16148109 or 7575817. OLE color: 7575817.

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

Color convert

RGB9153115-
CMYK0.9400.250.4
HSL164.17º88.89%31.76%-
HSV(B)164.17º94.12%60%-
XYZ14.624.0820.1-
YUV105.61133.2959.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.25%
GREEN value IS 153 (60.16% from 255) = 55.23%
BLUE value IS 115 (45.31% from 255) = 41.52%
R=3.25%
G=55.23%
B=41.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal91531150.9400.250.4164.1788.8931.76
Hex999735E01928a45920
Octal112311631360315024413140
Binary10011001100111100111011110011001101000101001001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099973; }

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

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

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

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

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

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

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

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