#08A678

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

Shades of Free Speech Aquamarine #08A678

Tints of Free Speech Aquamarine #08A678

Color information

#08A678 (or 0x08A678) is unknown color: approx Free Speech Aquamarine. HEX triplet: 08, A6 and 78. RGB value is (8,166,120). Sum of RGB (Red+Green+Blue) = 8+166+120=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #08A678 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A678 is #F75987. Grayscale: #717171. Windows color (decimal): -16210312 or 7906824. OLE color: 7906824.

HSL color Cylindrical-coordinate representation of color #08A678: hue angle of 162.53º 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 #08A678 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB8166120-
CMYK0.9500.280.35
HSL162.53º90.8%34.12%-
HSV(B)162.53º95.18%65.1%-
XYZ17.1328.6822.4-
YUV113.51131.6552.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.72%
GREEN value IS 166 (65.23% from 255) = 56.46%
BLUE value IS 120 (47.27% from 255) = 40.82%
R=2.72%
G=56.46%
B=40.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81661200.9500.280.35162.5390.834.12
Hex8A6785F01C23a35b22
Octal102461701370344324313342
Binary10001010011011110001011111011100100011101000111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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