#05A783

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

Shades of Free Speech Aquamarine #05A783

Tints of Free Speech Aquamarine #05A783

Color information

#05A783 (or 0x05A783) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, A7 and 83. RGB value is (5,167,131). Sum of RGB (Red+Green+Blue) = 5+167+131=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 167 (65.62% from 255 or 55.12% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 167 - color contains mainly: green. Hex color #05A783 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A783 is #FA587C. Grayscale: #727272. Windows color (decimal): -16406653 or 8627973. OLE color: 8627973.

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

Color convert

RGB5167131-
CMYK0.9700.220.35
HSL166.67º94.19%33.73%-
HSV(B)166.67º97.01%65.49%-
XYZ17.9829.3126.18-
YUV114.46137.3349.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.65%
GREEN value IS 167 (65.62% from 255) = 55.12%
BLUE value IS 131 (51.56% from 255) = 43.23%
R=1.65%
G=55.12%
B=43.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal51671310.9700.220.35166.6794.1933.73
Hex5A7836101623a75e22
Octal52472031410264324713642
Binary10110100111100000111100001010110100011101001111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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