Html Css Color HEX #00987C Free Speech Aquamarine

📋 copy color: '#00987C'

red 0 ◦ green 152 ◦ blue 124

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

Shades of Free Speech Aquamarine #00987C

Tints of Free Speech Aquamarine #00987C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 152 (59.77% from 255) = 55.07%

 BLUE value IS 124 (48.83% from 255) = 44.93%

R = 0%
G = 55.07%
B = 44.93%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#00987C (or 0x00987C) is known color: Free Speech Aquamarine. HEX triplet: 00, 98 and 7C. RGB value is (0,152,124). Sum of RGB (Red+Green+Blue) = 0+152+124=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #00987C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00987C is #FF6783. Grayscale: #676767. Windows color (decimal): -16738180 or 8165376. OLE color: 8165376.

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

Color convert

RGB 0 152 124 -
CMYK 1 0 0.18 0.40
HSL 168.95º 1% 0.3% -
HSV(B) 168.95º 1% 0.6% -
XYZ 14.87 23.91 22.9 -
YUV 103.36 139.64 54.28 -
System Red Green Blue C M Y K H S L
Decimal 0 152 124 1 0 0.18 0.40 168.95 1 0.3
Hex 0 98 7C 64 0 12 28 A9 64 1E
Octal 0 230 174 144 0 22 50 251 144 36
Binary 0 10011000 1111100 1100100 0 10010 101000 10101001 1100100 11110

Color Harmonies of #00987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00987C

Black with #00987C

Text Example


Text Example

White with #00987C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00987C;
 }
 .AnyTagClassName
 {
   color: #00987C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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