#0C987E

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

Shades of Free Speech Aquamarine #0C987E

Tints of Free Speech Aquamarine #0C987E

Color information

#0C987E (or 0x0C987E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0C, 98 and 7E. RGB value is (12,152,126). Sum of RGB (Red+Green+Blue) = 12+152+126=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #0C987E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C987E is #F36781. Grayscale: #6B6B6B. Windows color (decimal): -15951746 or 8296460. OLE color: 8296460.

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

Color convert

RGB12152126-
CMYK0.9200.170.40
HSL168.86º85.37%32.16%-
HSV(B)168.86º92.11%59.61%-
XYZ15.1524.0423.58-
YUV107.18138.6260.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.14%
GREEN value IS 152 (59.77% from 255) = 52.41%
BLUE value IS 126 (49.61% from 255) = 43.45%
R=4.14%
G=52.41%
B=43.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121521260.9200.170.40168.8685.3732.16
HexC987E5C01128a95520
Octal142301761340215025112540
Binary11001001100011111101011100010001101000101010011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,152,126); }

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

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

 a { background-color: rgb(12,152,126); }

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

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

 span { border-color: rgb(12,152,126); }

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