#01AA82

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

Shades of Free Speech Aquamarine #01AA82

Tints of Free Speech Aquamarine #01AA82

Color information

#01AA82 (or 0x01AA82) is unknown color: approx Free Speech Aquamarine. HEX triplet: 01, AA and 82. RGB value is (1,170,130). Sum of RGB (Red+Green+Blue) = 1+170+130=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 170 (66.80% from 255 or 56.48% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AA82 is #FE557D. Grayscale: #727272. Windows color (decimal): -16668030 or 8563201. OLE color: 8563201.

HSL color Cylindrical-coordinate representation of color #01AA82: hue angle of 165.8º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AA82 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB1170130-
CMYK0.9900.240.33
HSL165.8º98.83%33.53%-
HSV(B)165.8º99.41%66.67%-
XYZ18.4230.3726.01-
YUV114.91136.5146.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 170 (66.80% from 255) = 56.48%
BLUE value IS 130 (51.17% from 255) = 43.19%
R=0.33%
G=56.48%
B=43.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11701300.9900.240.33165.898.8333.53
Hex1AA826301821a66322
Octal12522021430304124614342
Binary110101010100000101100011011000100001101001101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01AA82; }

 p { color: rgb(1,170,130); }

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

<style>
 a { background-color: #01AA82; }

 a { background-color: rgb(1,170,130); }

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

<style>
 span { border-color: #01AA82; }

 span { border-color: rgb(1,170,130); }

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