Html Css Color HEX #00987D Free Speech Aquamarine

📋 copy color: '#00987D'

red 0 ◦ green 152 ◦ blue 125

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

Shades of Free Speech Aquamarine #00987D

Tints of Free Speech Aquamarine #00987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.13%

R = 0%
G = 54.87%
B = 45.13%

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

#00987D (or 0x00987D) is known color: Free Speech Aquamarine. HEX triplet: 00, 98 and 7D. RGB value is (0,152,125). Sum of RGB (Red+Green+Blue) = 0+152+125=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 152 (59.77% from 255 or 54.87% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 152 - color contains mainly: green. Hex color #00987D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00987D is #FF6782. Grayscale: #676767. Windows color (decimal): -16738179 or 8230912. OLE color: 8230912.

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

Color convert

RGB 0 152 125 -
CMYK 1 0 0.18 0.40
HSL 169.34º 1% 0.3% -
HSV(B) 169.34º 1% 0.6% -
XYZ 14.93 23.94 23.24 -
YUV 103.47 140.14 54.2 -
System Red Green Blue C M Y K H S L
Decimal 0 152 125 1 0 0.18 0.40 169.34 1 0.3
Hex 0 98 7D 64 0 12 28 A9 64 1E
Octal 0 230 175 144 0 22 50 251 144 36
Binary 0 10011000 1111101 1100100 0 10010 101000 10101001 1100100 11110

Color Harmonies of #00987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00987D

Black with #00987D

Text Example


Text Example

White with #00987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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