#009878

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

Shades of Free Speech Aquamarine #009878

Tints of Free Speech Aquamarine #009878

Color information

#009878 (or 0x009878) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 98 and 78. RGB value is (0,152,120). Sum of RGB (Red+Green+Blue) = 0+152+120=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #009878 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009878 is #FF6787. Grayscale: #666666. Windows color (decimal): -16738184 or 7903232. OLE color: 7903232.

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

Color convert

RGB0152120-
CMYK100.210.40
HSL167.37º100%29.8%-
HSV(B)167.37º100%59.61%-
XYZ14.6223.8121.6-
YUV102.9137.6454.6-

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.88%
BLUE value IS 120 (47.27% from 255) = 44.12%
R=0%
G=55.88%
B=44.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal0152120100.210.40167.3710029.8
Hex098786401528a7641e
Octal02301701440255024714436
Binary0100110001111000110010001010110100010100111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009878; }

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

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

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

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

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

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

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

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