#009880

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

Shades of Free Speech Aquamarine #009880

Tints of Free Speech Aquamarine #009880

Color information

#009880 (or 0x009880) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 98 and 80. RGB value is (0,152,128). Sum of RGB (Red+Green+Blue) = 0+152+128=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #009880 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009880 is #FF677F. Grayscale: #676767. Windows color (decimal): -16738176 or 8427520. OLE color: 8427520.

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

Color convert

RGB0152128-
CMYK100.160.40
HSL170.53º100%29.8%-
HSV(B)170.53º100%59.61%-
XYZ15.1224.0124.26-
YUV103.82141.6453.95-

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.29%
BLUE value IS 128 (50.39% from 255) = 45.71%
R=0%
G=54.29%
B=45.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal0152128100.160.40170.5310029.8
Hex098806401028ab641e
Octal02302001440205025314436
Binary01001100010000000110010001000010100010101011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009880; }

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

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

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

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

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

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

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

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