#089B80

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

Shades of Free Speech Aquamarine #089B80

Tints of Free Speech Aquamarine #089B80

Color information

#089B80 (or 0x089B80) is unknown color: approx Free Speech Aquamarine. HEX triplet: 08, 9B and 80. RGB value is (8,155,128). Sum of RGB (Red+Green+Blue) = 8+155+128=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 155 (60.94% from 255 or 53.26% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 155 - color contains mainly: green. Hex color #089B80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089B80 is #F7647F. Grayscale: #6B6B6B. Windows color (decimal): -16213120 or 8428296. OLE color: 8428296.

HSL color Cylindrical-coordinate representation of color #089B80: hue angle of 168.98º 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 #089B80 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB8155128-
CMYK0.9500.170.39
HSL168.98º90.18%31.96%-
HSV(B)168.98º94.84%60.78%-
XYZ15.7225.0524.43-
YUV107.97139.356.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.75%
GREEN value IS 155 (60.94% from 255) = 53.26%
BLUE value IS 128 (50.39% from 255) = 43.99%
R=2.75%
G=53.26%
B=43.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81551280.9500.170.39168.9890.1831.96
Hex89B805F01127a95a20
Octal102332001370214725113240
Binary100010011011100000001011111010001100111101010011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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