#0A9973

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

Shades of Free Speech Aquamarine #0A9973

Tints of Free Speech Aquamarine #0A9973

Color information

#0A9973 (or 0x0A9973) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0A, 99 and 73. RGB value is (10,153,115). Sum of RGB (Red+Green+Blue) = 10+153+115=278 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.60% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #0A9973 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9973 is #F5668C. Grayscale: #696969. Windows color (decimal): -16082573 or 7575818. OLE color: 7575818.

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

Color convert

RGB10153115-
CMYK0.9300.250.4
HSL164.06º87.73%31.96%-
HSV(B)164.06º93.46%60%-
XYZ14.6124.0820.1-
YUV105.91133.1259.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.60%
GREEN value IS 153 (60.16% from 255) = 55.04%
BLUE value IS 115 (45.31% from 255) = 41.37%
R=3.60%
G=55.04%
B=41.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101531150.9300.250.4164.0687.7331.96
HexA99735D01928a45820
Octal122311631350315024413040
Binary10101001100111100111011101011001101000101001001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A9973; }

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

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

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

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

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

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

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

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