#06A271

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

Shades of Free Speech Aquamarine #06A271

Tints of Free Speech Aquamarine #06A271

Color information

#06A271 (or 0x06A271) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, A2 and 71. RGB value is (6,162,113). Sum of RGB (Red+Green+Blue) = 6+162+113=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #06A271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A271 is #F95D8E. Grayscale: #6D6D6D. Windows color (decimal): -16342415 or 7447046. OLE color: 7447046.

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

Color convert

RGB6162113-
CMYK0.9600.300.36
HSL161.15º92.86%32.94%-
HSV(B)161.15º96.3%63.53%-
XYZ15.9827.0720.01-
YUV109.77129.8253.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 162 (63.67% from 255) = 57.65%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=2.14%
G=57.65%
B=40.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61621130.9600.300.36161.1592.8632.94
Hex6A2716001E24a15d21
Octal62421611400364424113541
Binary1101010001011100011100000011110100100101000011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,162,113); }

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

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

 a { background-color: rgb(6,162,113); }

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

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

 span { border-color: rgb(6,162,113); }

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