#0C977F

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

Shades of Free Speech Aquamarine #0C977F

Tints of Free Speech Aquamarine #0C977F

Color information

#0C977F (or 0x0C977F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0C, 97 and 7F. RGB value is (12,151,127). Sum of RGB (Red+Green+Blue) = 12+151+127=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 151 (59.38% from 255 or 52.07% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 151 - color contains mainly: green. Hex color #0C977F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C977F is #F36880. Grayscale: #6A6A6A. Windows color (decimal): -15952001 or 8361740. OLE color: 8361740.

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

Color convert

RGB12151127-
CMYK0.9200.160.41
HSL169.64º85.28%31.96%-
HSV(B)169.64º92.05%59.22%-
XYZ15.0523.7423.87-
YUV106.7139.4560.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.14%
GREEN value IS 151 (59.38% from 255) = 52.07%
BLUE value IS 127 (50% from 255) = 43.79%
R=4.14%
G=52.07%
B=43.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121511270.9200.160.41169.6485.2831.96
HexC977F5C01029aa5520
Octal142271771340205125212540
Binary11001001011111111111011100010000101001101010101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,151,127); }

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

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

 a { background-color: rgb(12,151,127); }

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

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

 span { border-color: rgb(12,151,127); }

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