#08A679

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

Shades of Free Speech Aquamarine #08A679

Tints of Free Speech Aquamarine #08A679

Color information

#08A679 (or 0x08A679) is unknown color: approx Free Speech Aquamarine. HEX triplet: 08, A6 and 79. RGB value is (8,166,121). Sum of RGB (Red+Green+Blue) = 8+166+121=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 166 (65.23% from 255 or 56.27% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 166 - color contains mainly: green. Hex color #08A679 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A679 is #F75986. Grayscale: #717171. Windows color (decimal): -16210311 or 7972360. OLE color: 7972360.

HSL color Cylindrical-coordinate representation of color #08A679: hue angle of 162.91º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A679 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB8166121-
CMYK0.9500.270.35
HSL162.91º90.8%34.12%-
HSV(B)162.91º95.18%65.1%-
XYZ17.1928.722.72-
YUV113.63132.1552.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.71%
GREEN value IS 166 (65.23% from 255) = 56.27%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=2.71%
G=56.27%
B=41.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81661210.9500.270.35162.9190.834.12
Hex8A6795F01B23a35b22
Octal102461711370334324313342
Binary10001010011011110011011111011011100011101000111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08A679; }

 p { color: rgb(8,166,121); }

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

<style>
 a { background-color: #08A679; }

 a { background-color: rgb(8,166,121); }

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

<style>
 span { border-color: #08A679; }

 span { border-color: rgb(8,166,121); }

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