#06A181

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

Shades of Free Speech Aquamarine #06A181

Tints of Free Speech Aquamarine #06A181

Color information

#06A181 (or 0x06A181) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, A1 and 81. RGB value is (6,161,129). Sum of RGB (Red+Green+Blue) = 6+161+129=296 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 296); Green value is 161 (63.28% from 255 or 54.39% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 161 - color contains mainly: green. Hex color #06A181 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A181 is #F95E7E. Grayscale: #6E6E6E. Windows color (decimal): -16342655 or 8495366. OLE color: 8495366.

HSL color Cylindrical-coordinate representation of color #06A181: hue angle of 167.61º 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 #06A181 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB6161129-
CMYK0.9600.200.37
HSL167.61º92.81%32.75%-
HSV(B)167.61º96.27%63.14%-
XYZ16.7827.1125.12-
YUV111.01138.1553.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.03%
GREEN value IS 161 (63.28% from 255) = 54.39%
BLUE value IS 129 (50.78% from 255) = 43.58%
R=2.03%
G=54.39%
B=43.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal61611290.9600.200.37167.6192.8132.75
Hex6A1816001425a85d21
Octal62412011400244525013541
Binary11010100001100000011100000010100100101101010001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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