#06AA7A

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

Shades of Free Speech Aquamarine #06AA7A

Tints of Free Speech Aquamarine #06AA7A

Color information

#06AA7A (or 0x06AA7A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, AA and 7A. RGB value is (6,170,122). Sum of RGB (Red+Green+Blue) = 6+170+122=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #06AA7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AA7A is #F95585. Grayscale: #737373. Windows color (decimal): -16340358 or 8038918. OLE color: 8038918.

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

Color convert

RGB6170122-
CMYK0.9600.280.33
HSL162.44º93.18%34.51%-
HSV(B)162.44º96.47%66.67%-
XYZ17.9630.1923.29-
YUV115.49131.6749.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.01%
GREEN value IS 170 (66.80% from 255) = 57.05%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=2.01%
G=57.05%
B=40.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61701220.9600.280.33162.4493.1834.51
Hex6AA7A6001C21a25d23
Octal62521721400344124213543
Binary1101010101011110101100000011100100001101000101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,170,122); }

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

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

 a { background-color: rgb(6,170,122); }

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

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

 span { border-color: rgb(6,170,122); }

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