#05987A

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

Shades of Free Speech Aquamarine #05987A

Tints of Free Speech Aquamarine #05987A

Color information

#05987A (or 0x05987A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, 98 and 7A. RGB value is (5,152,122). Sum of RGB (Red+Green+Blue) = 5+152+122=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 152 (59.77% from 255 or 54.48% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 152 - color contains mainly: green. Hex color #05987A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05987A is #FA6785. Grayscale: #686868. Windows color (decimal): -16410502 or 8034309. OLE color: 8034309.

HSL color Cylindrical-coordinate representation of color #05987A: hue angle of 167.76º 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 #05987A is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB5152122-
CMYK0.9700.200.40
HSL167.76º93.63%30.78%-
HSV(B)167.76º96.71%59.61%-
XYZ14.823.8922.24-
YUV104.63137.856.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.79%
GREEN value IS 152 (59.77% from 255) = 54.48%
BLUE value IS 122 (48.05% from 255) = 43.73%
R=1.79%
G=54.48%
B=43.73%

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
Decimal51521220.9700.200.40167.7693.6330.78
Hex5987A6101428a85e1f
Octal52301721410245025013637
Binary101100110001111010110000101010010100010101000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05987A; }

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

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

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

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

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

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

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

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