#0C967C

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

Shades of Free Speech Aquamarine #0C967C

Tints of Free Speech Aquamarine #0C967C

Color information

#0C967C (or 0x0C967C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0C, 96 and 7C. RGB value is (12,150,124). Sum of RGB (Red+Green+Blue) = 12+150+124=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #0C967C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C967C is #F36983. Grayscale: #696969. Windows color (decimal): -15952260 or 8164876. OLE color: 8164876.

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

Color convert

RGB12150124-
CMYK0.9200.170.41
HSL168.7º85.19%31.76%-
HSV(B)168.7º92%58.82%-
XYZ14.723.3522.8-
YUV105.77138.2861.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.20%
GREEN value IS 150 (58.98% from 255) = 52.45%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=4.20%
G=52.45%
B=43.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121501240.9200.170.41168.785.1931.76
HexC967C5C01129a95520
Octal142261741340215125112540
Binary11001001011011111001011100010001101001101010011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,150,124); }

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

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

 a { background-color: rgb(12,150,124); }

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

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

 span { border-color: rgb(12,150,124); }

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