#059E78

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

Shades of Free Speech Aquamarine #059E78

Tints of Free Speech Aquamarine #059E78

Color information

#059E78 (or 0x059E78) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, 9E and 78. RGB value is (5,158,120). Sum of RGB (Red+Green+Blue) = 5+158+120=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 158 (62.11% from 255 or 55.83% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 158 - color contains mainly: green. Hex color #059E78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059E78 is #FA6187. Grayscale: #6B6B6B. Windows color (decimal): -16408968 or 7904773. OLE color: 7904773.

HSL color Cylindrical-coordinate representation of color #059E78: hue angle of 165.1º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059E78 is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB5158120-
CMYK0.9700.240.38
HSL165.1º93.87%31.96%-
HSV(B)165.1º96.84%61.96%-
XYZ15.6825.8421.93-
YUV107.92134.8154.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 158 (62.11% from 255) = 55.83%
BLUE value IS 120 (47.27% from 255) = 42.40%
R=1.77%
G=55.83%
B=42.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51581200.9700.240.38165.193.8731.96
Hex59E786101826a55e20
Octal52361701410304624513640
Binary1011001111011110001100001011000100110101001011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059E78; }

 p { color: rgb(5,158,120); }

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

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

 a { background-color: rgb(5,158,120); }

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

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

 span { border-color: rgb(5,158,120); }

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