#0AA676

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

Shades of Free Speech Aquamarine #0AA676

Tints of Free Speech Aquamarine #0AA676

Color information

#0AA676 (or 0x0AA676) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0A, A6 and 76. RGB value is (10,166,118). Sum of RGB (Red+Green+Blue) = 10+166+118=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA676 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA676 is #F55989. Grayscale: #717171. Windows color (decimal): -16079242 or 7775754. OLE color: 7775754.

HSL color Cylindrical-coordinate representation of color #0AA676: hue angle of 161.54º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA676 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB10166118-
CMYK0.9400.290.35
HSL161.54º88.64%34.51%-
HSV(B)161.54º93.98%65.1%-
XYZ17.0328.6421.77-
YUV113.88130.3253.9-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.40%
GREEN value IS 166 (65.23% from 255) = 56.46%
BLUE value IS 118 (46.48% from 255) = 40.14%
R=3.40%
G=56.46%
B=40.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101661180.9400.290.35161.5488.6434.51
HexAA6765E01D23a25923
Octal122461661360354324213143
Binary10101010011011101101011110011101100011101000101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,166,118); }

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

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

 a { background-color: rgb(10,166,118); }

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

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

 span { border-color: rgb(10,166,118); }

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