#00986B

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

Shades of Free Speech Aquamarine #00986B

Tints of Free Speech Aquamarine #00986B

Color information

#00986B (or 0x00986B) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 98 and 6B. RGB value is (0,152,107). Sum of RGB (Red+Green+Blue) = 0+152+107=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 152 (59.77% from 255 or 58.69% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 152 - color contains mainly: green. Hex color #00986B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00986B is #FF6794. Grayscale: #656565. Windows color (decimal): -16738197 or 7051264. OLE color: 7051264.

HSL color Cylindrical-coordinate representation of color #00986B: hue angle of 162.24º 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 #00986B is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB0152107-
CMYK100.300.40
HSL162.24º100%29.8%-
HSV(B)162.24º100%59.61%-
XYZ13.8823.5217.72-
YUV101.42131.1455.66-

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.69%
BLUE value IS 107 (42.19% from 255) = 41.31%
R=0%
G=58.69%
B=41.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal0152107100.300.40162.2410029.8
Hex0986B6401E28a2641e
Octal02301531440365024214436
Binary0100110001101011110010001111010100010100010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00986B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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