#06A377

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

Shades of Free Speech Aquamarine #06A377

Tints of Free Speech Aquamarine #06A377

Color information

#06A377 (or 0x06A377) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, A3 and 77. RGB value is (6,163,119). Sum of RGB (Red+Green+Blue) = 6+163+119=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 163 (64.06% from 255 or 56.60% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 163 - color contains mainly: green. Hex color #06A377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A377 is #F95C88. Grayscale: #6F6F6F. Windows color (decimal): -16342153 or 7840518. OLE color: 7840518.

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

Color convert

RGB6163119-
CMYK0.9600.270.36
HSL163.18º92.9%33.14%-
HSV(B)163.18º96.32%63.92%-
XYZ16.527.5721.9-
YUV111.04132.4953.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.08%
GREEN value IS 163 (64.06% from 255) = 56.60%
BLUE value IS 119 (46.88% from 255) = 41.32%
R=2.08%
G=56.60%
B=41.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61631190.9600.270.36163.1892.933.14
Hex6A3776001B24a35d21
Octal62431671400334424313541
Binary1101010001111101111100000011011100100101000111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,163,119); }

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

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

 a { background-color: rgb(6,163,119); }

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

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

 span { border-color: rgb(6,163,119); }

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