#00987F

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

Shades of Free Speech Aquamarine #00987F

Tints of Free Speech Aquamarine #00987F

Color information

#00987F (or 0x00987F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 98 and 7F. RGB value is (0,152,127). Sum of RGB (Red+Green+Blue) = 0+152+127=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 152 (59.77% from 255 or 54.48% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 152 - color contains mainly: green. Hex color #00987F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00987F is #FF6780. Grayscale: #676767. Windows color (decimal): -16738177 or 8361984. OLE color: 8361984.

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

Color convert

RGB0152127-
CMYK100.160.40
HSL170.13º100%29.8%-
HSV(B)170.13º100%59.61%-
XYZ15.0623.9923.92-
YUV103.7141.1454.03-

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) = 54.48%
BLUE value IS 127 (50% from 255) = 45.52%
R=0%
G=54.48%
B=45.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal0152127100.160.40170.1310029.8
Hex0987F6401028aa641e
Octal02301771440205025214436
Binary0100110001111111110010001000010100010101010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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