#059879

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

Shades of Free Speech Aquamarine #059879

Tints of Free Speech Aquamarine #059879

Color information

#059879 (or 0x059879) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, 98 and 79. RGB value is (5,152,121). Sum of RGB (Red+Green+Blue) = 5+152+121=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #059879 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059879 is #FA6786. Grayscale: #686868. Windows color (decimal): -16410503 or 7968773. OLE color: 7968773.

HSL color Cylindrical-coordinate representation of color #059879: hue angle of 167.35º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059879 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB5152121-
CMYK0.9700.200.40
HSL167.35º93.63%30.78%-
HSV(B)167.35º96.71%59.61%-
XYZ14.7423.8721.92-
YUV104.51137.357.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.80%
GREEN value IS 152 (59.77% from 255) = 54.68%
BLUE value IS 121 (47.66% from 255) = 43.53%
R=1.80%
G=54.68%
B=43.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51521210.9700.200.40167.3593.6330.78
Hex598796101428a75e1f
Octal52301711410245024713637
Binary101100110001111001110000101010010100010100111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059879; }

 p { color: rgb(5,152,121); }

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

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

 a { background-color: rgb(5,152,121); }

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

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

 span { border-color: rgb(5,152,121); }

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