#0A9777

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

Shades of Free Speech Aquamarine #0A9777

Tints of Free Speech Aquamarine #0A9777

Color information

#0A9777 (or 0x0A9777) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0A, 97 and 77. RGB value is (10,151,119). Sum of RGB (Red+Green+Blue) = 10+151+119=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 151 (59.38% from 255 or 53.93% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 151 - color contains mainly: green. Hex color #0A9777 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9777 is #F56888. Grayscale: #696969. Windows color (decimal): -16083081 or 7837450. OLE color: 7837450.

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

Color convert

RGB10151119-
CMYK0.9300.210.41
HSL166.38º87.58%31.57%-
HSV(B)166.38º93.38%59.22%-
XYZ14.5223.5321.23-
YUV105.19135.7960.1-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.57%
GREEN value IS 151 (59.38% from 255) = 53.93%
BLUE value IS 119 (46.88% from 255) = 42.5%
R=3.57%
G=53.93%
B=42.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101511190.9300.210.41166.3887.5831.57
HexA97775D01529a65820
Octal122271671350255124613040
Binary10101001011111101111011101010101101001101001101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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