#089D7C

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

Shades of Free Speech Aquamarine #089D7C

Tints of Free Speech Aquamarine #089D7C

Color information

#089D7C (or 0x089D7C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 08, 9D and 7C. RGB value is (8,157,124). Sum of RGB (Red+Green+Blue) = 8+157+124=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 157 (61.72% from 255 or 54.33% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 157 - color contains mainly: green. Hex color #089D7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089D7C is #F76283. Grayscale: #6C6C6C. Windows color (decimal): -16212612 or 8166664. OLE color: 8166664.

HSL color Cylindrical-coordinate representation of color #089D7C: hue angle of 166.71º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089D7C is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB8157124-
CMYK0.9500.210.38
HSL166.71º90.3%32.35%-
HSV(B)166.71º94.9%61.57%-
XYZ15.825.6223.18-
YUV108.69136.6456.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.77%
GREEN value IS 157 (61.72% from 255) = 54.33%
BLUE value IS 124 (48.83% from 255) = 42.91%
R=2.77%
G=54.33%
B=42.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81571240.9500.210.38166.7190.332.35
Hex89D7C5F01526a75a20
Octal102351741370254624713240
Binary10001001110111111001011111010101100110101001111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089D7C; }

 p { color: rgb(8,157,124); }

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

<style>
 a { background-color: #089D7C; }

 a { background-color: rgb(8,157,124); }

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

<style>
 span { border-color: #089D7C; }

 span { border-color: rgb(8,157,124); }

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