#0c9682

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

Shades of Free Speech Aquamarine #0C9682

Tints of Free Speech Aquamarine #0C9682

Color information

#0C9682 (or 0x0C9682) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0C, 96 and 82. RGB value is (12,150,130). Sum of RGB (Red+Green+Blue) = 12+150+130=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #0C9682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9682 is #F3697D. Grayscale: #6A6A6A. Windows color (decimal): -15952254 or 8558092. OLE color: 8558092.

HSL color Cylindrical-coordinate representation of color #0C9682: hue angle of 171.3º 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 #0C9682 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB12150130-
CMYK0.9200.130.41
HSL171.3º85.19%31.76%-
HSV(B)171.3º92%58.82%-
XYZ15.0923.524.86-
YUV106.46141.2860.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.11%
GREEN value IS 150 (58.98% from 255) = 51.37%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=4.11%
G=51.37%
B=44.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121501300.9200.130.41171.385.1931.76
HexC96825C0D29ab5520
Octal142262021340155125312540
Binary11001001011010000010101110001101101001101010111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c9682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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