#0C9977

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

Shades of Free Speech Aquamarine #0C9977

Tints of Free Speech Aquamarine #0C9977

Color information

#0C9977 (or 0x0C9977) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0C, 99 and 77. RGB value is (12,153,119). Sum of RGB (Red+Green+Blue) = 12+153+119=284 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.23% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #0C9977 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9977 is #F36688. Grayscale: #6A6A6A. Windows color (decimal): -15951497 or 7837964. OLE color: 7837964.

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

Color convert

RGB12153119-
CMYK0.9200.220.4
HSL165.53º85.45%32.35%-
HSV(B)165.53º92.16%60%-
XYZ14.8724.1921.34-
YUV106.96134.7960.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.23%
GREEN value IS 153 (60.16% from 255) = 53.87%
BLUE value IS 119 (46.88% from 255) = 41.90%
R=4.23%
G=53.87%
B=41.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121531190.9200.220.4165.5385.4532.35
HexC99775C01628a65520
Octal142311671340265024612540
Binary11001001100111101111011100010110101000101001101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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