#0C9980

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

Shades of Free Speech Aquamarine #0C9980

Tints of Free Speech Aquamarine #0C9980

Color information

#0C9980 (or 0x0C9980) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0C, 99 and 80. RGB value is (12,153,128). Sum of RGB (Red+Green+Blue) = 12+153+128=293 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.10% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #0C9980 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9980 is #F3667F. Grayscale: #6B6B6B. Windows color (decimal): -15951488 or 8427788. OLE color: 8427788.

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

Color convert

RGB12153128-
CMYK0.9200.160.4
HSL169.36º85.45%32.35%-
HSV(B)169.36º92.16%60%-
XYZ15.4424.4224.32-
YUV107.99139.2959.53-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.10%
GREEN value IS 153 (60.16% from 255) = 52.22%
BLUE value IS 128 (50.39% from 255) = 43.69%
R=4.10%
G=52.22%
B=43.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121531280.9200.160.4169.3685.4532.35
HexC99805C01028a95520
Octal142312001340205025112540
Binary110010011001100000001011100010000101000101010011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,153,128); }

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

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

 a { background-color: rgb(12,153,128); }

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

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

 span { border-color: rgb(12,153,128); }

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