#06A582

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

Shades of Free Speech Aquamarine #06A582

Tints of Free Speech Aquamarine #06A582

Color information

#06A582 (or 0x06A582) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, A5 and 82. RGB value is (6,165,130). Sum of RGB (Red+Green+Blue) = 6+165+130=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #06A582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A582 is #F95A7D. Grayscale: #717171. Windows color (decimal): -16341630 or 8561926. OLE color: 8561926.

HSL color Cylindrical-coordinate representation of color #06A582: hue angle of 166.79º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A582 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB6165130-
CMYK0.9600.210.35
HSL166.79º92.98%33.53%-
HSV(B)166.79º96.36%64.71%-
XYZ17.5628.5625.71-
YUV113.47137.3251.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.99%
GREEN value IS 165 (64.84% from 255) = 54.82%
BLUE value IS 130 (51.17% from 255) = 43.19%
R=1.99%
G=54.82%
B=43.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61651300.9600.210.35166.7992.9833.53
Hex6A5826001523a75d22
Octal62452021400254324713542
Binary11010100101100000101100000010101100011101001111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06A582; }

 p { color: rgb(6,165,130); }

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

<style>
 a { background-color: #06A582; }

 a { background-color: rgb(6,165,130); }

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

<style>
 span { border-color: #06A582; }

 span { border-color: rgb(6,165,130); }

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