#05A381

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

Shades of Free Speech Aquamarine #05A381

Tints of Free Speech Aquamarine #05A381

Color information

#05A381 (or 0x05A381) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, A3 and 81. RGB value is (5,163,129). Sum of RGB (Red+Green+Blue) = 5+163+129=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #05A381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A381 is #FA5C7E. Grayscale: #6F6F6F. Windows color (decimal): -16407679 or 8495877. OLE color: 8495877.

HSL color Cylindrical-coordinate representation of color #05A381: hue angle of 167.09º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A381 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB5163129-
CMYK0.9700.210.36
HSL167.09º94.05%32.94%-
HSV(B)167.09º96.93%63.92%-
XYZ17.1227.8125.23-
YUV111.88137.6551.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.68%
GREEN value IS 163 (64.06% from 255) = 54.88%
BLUE value IS 129 (50.78% from 255) = 43.43%
R=1.68%
G=54.88%
B=43.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51631290.9700.210.36167.0994.0532.94
Hex5A3816101524a75e21
Octal52432011410254424713641
Binary10110100011100000011100001010101100100101001111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,163,129); }

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

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

 a { background-color: rgb(5,163,129); }

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

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

 span { border-color: rgb(5,163,129); }

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