#00986C

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

Shades of Free Speech Aquamarine #00986C

Tints of Free Speech Aquamarine #00986C

Color information

#00986C (or 0x00986C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 98 and 6C. RGB value is (0,152,108). Sum of RGB (Red+Green+Blue) = 0+152+108=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 152 (59.77% from 255 or 58.46% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 152 - color contains mainly: green. Hex color #00986C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00986C is #FF6793. Grayscale: #656565. Windows color (decimal): -16738196 or 7116800. OLE color: 7116800.

HSL color Cylindrical-coordinate representation of color #00986C: hue angle of 162.63º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00986C is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB0152108-
CMYK100.290.40
HSL162.63º100%29.8%-
HSV(B)162.63º100%59.61%-
XYZ13.9423.5418-
YUV101.54131.6455.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 152 (59.77% from 255) = 58.46%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=0%
G=58.46%
B=41.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal0152108100.290.40162.6310029.8
Hex0986C6401D28a3641e
Octal02301541440355024314436
Binary0100110001101100110010001110110100010100011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00986C; }

 p { color: rgb(0,152,108); }

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

<style>
 a { background-color: #00986C; }

 a { background-color: rgb(0,152,108); }

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

<style>
 span { border-color: #00986C; }

 span { border-color: rgb(0,152,108); }

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