#06A182

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

Shades of Free Speech Aquamarine #06A182

Tints of Free Speech Aquamarine #06A182

Color information

#06A182 (or 0x06A182) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, A1 and 82. RGB value is (6,161,130). Sum of RGB (Red+Green+Blue) = 6+161+130=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 161 (63.28% from 255 or 54.21% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 161 - color contains mainly: green. Hex color #06A182 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A182 is #F95E7D. Grayscale: #6F6F6F. Windows color (decimal): -16342654 or 8560902. OLE color: 8560902.

HSL color Cylindrical-coordinate representation of color #06A182: hue angle of 168º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A182 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB6161130-
CMYK0.9600.190.37
HSL168º92.81%32.75%-
HSV(B)168º96.27%63.14%-
XYZ16.8527.1425.47-
YUV111.12138.6553.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.02%
GREEN value IS 161 (63.28% from 255) = 54.21%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=2.02%
G=54.21%
B=43.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal61611300.9600.190.3716892.8132.75
Hex6A1826001325a85d21
Octal62412021400234525013541
Binary11010100001100000101100000010011100101101010001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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