#0A9977

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

Shades of Free Speech Aquamarine #0A9977

Tints of Free Speech Aquamarine #0A9977

Color information

#0A9977 (or 0x0A9977) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0A, 99 and 77. RGB value is (10,153,119). Sum of RGB (Red+Green+Blue) = 10+153+119=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #0A9977 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9977 is #F56688. Grayscale: #6A6A6A. Windows color (decimal): -16082569 or 7837962. OLE color: 7837962.

HSL color Cylindrical-coordinate representation of color #0A9977: hue angle of 165.73º 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 #0A9977 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB10153119-
CMYK0.9300.220.4
HSL165.73º87.73%31.96%-
HSV(B)165.73º93.46%60%-
XYZ14.8524.1821.34-
YUV106.37135.1259.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.55%
GREEN value IS 153 (60.16% from 255) = 54.26%
BLUE value IS 119 (46.88% from 255) = 42.20%
R=3.55%
G=54.26%
B=42.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101531190.9300.220.4165.7387.7331.96
HexA99775D01628a65820
Octal122311671350265024613040
Binary10101001100111101111011101010110101000101001101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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