#0A9675

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

Shades of Free Speech Aquamarine #0A9675

Tints of Free Speech Aquamarine #0A9675

Color information

#0A9675 (or 0x0A9675) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0A, 96 and 75. RGB value is (10,150,117). Sum of RGB (Red+Green+Blue) = 10+150+117=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #0A9675 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9675 is #F5698A. Grayscale: #686868. Windows color (decimal): -16083339 or 7706122. OLE color: 7706122.

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

Color convert

RGB10150117-
CMYK0.9300.220.41
HSL165.86º87.5%31.37%-
HSV(B)165.86º93.33%58.82%-
XYZ14.2423.1620.55-
YUV104.38135.1260.68-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.61%
GREEN value IS 150 (58.98% from 255) = 54.15%
BLUE value IS 117 (46.09% from 255) = 42.24%
R=3.61%
G=54.15%
B=42.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101501170.9300.220.41165.8687.531.37
HexA96755D01629a6581f
Octal122261651350265124613037
Binary1010100101101110101101110101011010100110100110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,150,117); }

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

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

 a { background-color: rgb(10,150,117); }

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

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

 span { border-color: rgb(10,150,117); }

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