#05987C

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

Shades of Free Speech Aquamarine #05987C

Tints of Free Speech Aquamarine #05987C

Color information

#05987C (or 0x05987C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, 98 and 7C. RGB value is (5,152,124). Sum of RGB (Red+Green+Blue) = 5+152+124=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #05987C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05987C is #FA6783. Grayscale: #686868. Windows color (decimal): -16410500 or 8165381. OLE color: 8165381.

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

Color convert

RGB5152124-
CMYK0.9700.180.40
HSL168.57º93.63%30.78%-
HSV(B)168.57º96.71%59.61%-
XYZ14.9323.9422.9-
YUV104.85138.856.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.78%
GREEN value IS 152 (59.77% from 255) = 54.09%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=1.78%
G=54.09%
B=44.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51521240.9700.180.40168.5793.6330.78
Hex5987C6101228a95e1f
Octal52301741410225025113637
Binary101100110001111100110000101001010100010101001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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