#08A070

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

Shades of Free Speech Aquamarine #08A070

Tints of Free Speech Aquamarine #08A070

Color information

#08A070 (or 0x08A070) is unknown color: approx Free Speech Aquamarine. HEX triplet: 08, A0 and 70. RGB value is (8,160,112). Sum of RGB (Red+Green+Blue) = 8+160+112=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 160 (62.89% from 255 or 57.14% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 160 - color contains mainly: green. Hex color #08A070 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A070 is #F75F8F. Grayscale: #6D6D6D. Windows color (decimal): -16211856 or 7381000. OLE color: 7381000.

HSL color Cylindrical-coordinate representation of color #08A070: hue angle of 161.05º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A070 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB8160112-
CMYK0.9500.300.37
HSL161.05º90.48%32.94%-
HSV(B)161.05º95%62.75%-
XYZ15.626.3619.6-
YUV109.08129.6455.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.86%
GREEN value IS 160 (62.89% from 255) = 57.14%
BLUE value IS 112 (44.14% from 255) = 40%
R=2.86%
G=57.14%
B=40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal81601120.9500.300.37161.0590.4832.94
Hex8A0705F01E25a15a21
Octal102401601370364524113241
Binary10001010000011100001011111011110100101101000011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,160,112); }

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

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

 a { background-color: rgb(8,160,112); }

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

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

 span { border-color: rgb(8,160,112); }

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