#089B6C

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

Shades of Free Speech Aquamarine #089B6C

Tints of Free Speech Aquamarine #089B6C

Color information

#089B6C (or 0x089B6C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 08, 9B and 6C. RGB value is (8,155,108). Sum of RGB (Red+Green+Blue) = 8+155+108=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 155 (60.94% from 255 or 57.20% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 155 - color contains mainly: green. Hex color #089B6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089B6C is #F76493. Grayscale: #696969. Windows color (decimal): -16213140 or 7117576. OLE color: 7117576.

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

Color convert

RGB8155108-
CMYK0.9500.300.39
HSL160.82º90.18%31.96%-
HSV(B)160.82º94.84%60.78%-
XYZ14.5324.5818.17-
YUV105.69129.358.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.95%
GREEN value IS 155 (60.94% from 255) = 57.20%
BLUE value IS 108 (42.58% from 255) = 39.85%
R=2.95%
G=57.20%
B=39.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81551080.9500.300.39160.8290.1831.96
Hex89B6C5F01E27a15a20
Octal102331541370364724113240
Binary10001001101111011001011111011110100111101000011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,155,108); }

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

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

 a { background-color: rgb(8,155,108); }

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

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

 span { border-color: rgb(8,155,108); }

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