Html Css Color HEX #00986B Free Speech Aquamarine

📋 copy color: '#00986B'

red 0 ◦ green 152 ◦ blue 107

#00986B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Aquamarine #00986B

Tints of Free Speech Aquamarine #00986B

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 value IS 1

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#00986B (or 0x00986B) is known color: 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

RGB 0 152 107 -
CMYK 1 0 0.30 0.40
HSL 162.24º 1% 0.3% -
HSV(B) 162.24º 1% 0.6% -
XYZ 13.88 23.52 17.72 -
YUV 101.42 131.14 55.66 -
System Red Green Blue C M Y K H S L
Decimal 0 152 107 1 0 0.30 0.40 162.24 1 0.3
Hex 0 98 6B 64 0 1E 28 A2 64 1E
Octal 0 230 153 144 0 36 50 242 144 36
Binary 0 10011000 1101011 1100100 0 11110 101000 10100010 1100100 11110

Color Harmonies of #00986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00986B

Black with #00986B

Text Example


Text Example

White with #00986B

Text Example


Text Example

HTML Codes & Css Web 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>