#05A883

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

Shades of Free Speech Aquamarine #05A883

Tints of Free Speech Aquamarine #05A883

Color information

#05A883 (or 0x05A883) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, A8 and 83. RGB value is (5,168,131). Sum of RGB (Red+Green+Blue) = 5+168+131=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 168 (66.02% from 255 or 55.26% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 168 - color contains mainly: green. Hex color #05A883 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A883 is #FA577C. Grayscale: #737373. Windows color (decimal): -16406397 or 8628229. OLE color: 8628229.

HSL color Cylindrical-coordinate representation of color #05A883: hue angle of 166.38º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A883 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB5168131-
CMYK0.9700.220.34
HSL166.38º94.22%33.92%-
HSV(B)166.38º97.02%65.88%-
XYZ18.1629.6826.24-
YUV115.0413749.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.64%
GREEN value IS 168 (66.02% from 255) = 55.26%
BLUE value IS 131 (51.56% from 255) = 43.09%
R=1.64%
G=55.26%
B=43.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal51681310.9700.220.34166.3894.2233.92
Hex5A8836101622a65e22
Octal52502031410264224613642
Binary10110101000100000111100001010110100010101001101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05A883; }

 p { color: rgb(5,168,131); }

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

<style>
 a { background-color: #05A883; }

 a { background-color: rgb(5,168,131); }

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

<style>
 span { border-color: #05A883; }

 span { border-color: rgb(5,168,131); }

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