#059B6B

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

Shades of Free Speech Aquamarine #059B6B

Tints of Free Speech Aquamarine #059B6B

Color information

#059B6B (or 0x059B6B) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, 9B and 6B. RGB value is (5,155,107). Sum of RGB (Red+Green+Blue) = 5+155+107=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 155 (60.94% from 255 or 58.05% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 155 - color contains mainly: green. Hex color #059B6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059B6B is #FA6494. Grayscale: #686868. Windows color (decimal): -16409749 or 7052037. OLE color: 7052037.

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

Color convert

RGB5155107-
CMYK0.9700.310.39
HSL160.8º93.75%31.37%-
HSV(B)160.8º96.77%60.78%-
XYZ14.4424.5417.88-
YUV104.68129.356.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.87%
GREEN value IS 155 (60.94% from 255) = 58.05%
BLUE value IS 107 (42.19% from 255) = 40.07%
R=1.87%
G=58.05%
B=40.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51551070.9700.310.39160.893.7531.37
Hex59B6B6101F27a15e1f
Octal52331531410374724113637
Binary101100110111101011110000101111110011110100001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,155,107); }

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

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

 a { background-color: rgb(5,155,107); }

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

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

 span { border-color: rgb(5,155,107); }

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