#00987A

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

Shades of Free Speech Aquamarine #00987A

Tints of Free Speech Aquamarine #00987A

Color information

#00987A (or 0x00987A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 98 and 7A. RGB value is (0,152,122). Sum of RGB (Red+Green+Blue) = 0+152+122=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #00987A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00987A is #FF6785. Grayscale: #676767. Windows color (decimal): -16738182 or 8034304. OLE color: 8034304.

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

Color convert

RGB0152122-
CMYK100.200.40
HSL168.16º100%29.8%-
HSV(B)168.16º100%59.61%-
XYZ14.7423.8622.24-
YUV103.13138.6454.44-

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) = 55.47%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=0%
G=55.47%
B=44.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal0152122100.200.40168.1610029.8
Hex0987A6401428a8641e
Octal02301721440245025014436
Binary0100110001111010110010001010010100010101000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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