#08A374

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

Shades of Free Speech Aquamarine #08A374

Tints of Free Speech Aquamarine #08A374

Color information

#08A374 (or 0x08A374) is unknown color: approx Free Speech Aquamarine. HEX triplet: 08, A3 and 74. RGB value is (8,163,116). Sum of RGB (Red+Green+Blue) = 8+163+116=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 163 (64.06% from 255 or 56.79% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 163 - color contains mainly: green. Hex color #08A374 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A374 is #F75C8B. Grayscale: #6F6F6F. Windows color (decimal): -16211084 or 7643912. OLE color: 7643912.

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

Color convert

RGB8163116-
CMYK0.9500.290.36
HSL161.81º90.64%33.53%-
HSV(B)161.81º95.09%63.92%-
XYZ16.3527.5120.97-
YUV111.3130.6554.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.79%
GREEN value IS 163 (64.06% from 255) = 56.79%
BLUE value IS 116 (45.70% from 255) = 40.42%
R=2.79%
G=56.79%
B=40.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81631160.9500.290.36161.8190.6433.53
Hex8A3745F01D24a25b22
Octal102431641370354424213342
Binary10001010001111101001011111011101100100101000101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,163,116); }

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

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

 a { background-color: rgb(8,163,116); }

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

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

 span { border-color: rgb(8,163,116); }

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