#05986E

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

Shades of Free Speech Aquamarine #05986E

Tints of Free Speech Aquamarine #05986E

Color information

#05986E (or 0x05986E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, 98 and 6E. RGB value is (5,152,110). Sum of RGB (Red+Green+Blue) = 5+152+110=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #05986E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05986E is #FA6791. Grayscale: #676767. Windows color (decimal): -16410514 or 7247877. OLE color: 7247877.

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

Color convert

RGB5152110-
CMYK0.9700.280.40
HSL162.86º93.63%30.78%-
HSV(B)162.86º96.71%59.61%-
XYZ14.1123.6118.57-
YUV103.26131.857.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.87%
GREEN value IS 152 (59.77% from 255) = 56.93%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=1.87%
G=56.93%
B=41.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51521100.9700.280.40162.8693.6330.78
Hex5986E6101C28a35e1f
Octal52301561410345024313637
Binary101100110001101110110000101110010100010100011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05986E; }

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

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

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

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

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

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

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

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