#06A172

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

Shades of Free Speech Aquamarine #06A172

Tints of Free Speech Aquamarine #06A172

Color information

#06A172 (or 0x06A172) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, A1 and 72. RGB value is (6,161,114). Sum of RGB (Red+Green+Blue) = 6+161+114=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 161 (63.28% from 255 or 57.30% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 161 - color contains mainly: green. Hex color #06A172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A172 is #F95E8D. Grayscale: #6D6D6D. Windows color (decimal): -16342670 or 7512326. OLE color: 7512326.

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

Color convert

RGB6161114-
CMYK0.9600.290.37
HSL161.81º92.81%32.75%-
HSV(B)161.81º96.27%63.14%-
XYZ15.8626.7420.25-
YUV109.3130.6554.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 161 (63.28% from 255) = 57.30%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=2.14%
G=57.30%
B=40.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal61611140.9600.290.37161.8192.8132.75
Hex6A1726001D25a25d21
Octal62411621400354524213541
Binary1101010000111100101100000011101100101101000101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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