#089B6E

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

Shades of Free Speech Aquamarine #089B6E

Tints of Free Speech Aquamarine #089B6E

Color information

#089B6E (or 0x089B6E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 08, 9B and 6E. RGB value is (8,155,110). Sum of RGB (Red+Green+Blue) = 8+155+110=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #089B6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089B6E is #F76491. Grayscale: #696969. Windows color (decimal): -16213138 or 7248648. OLE color: 7248648.

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

Color convert

RGB8155110-
CMYK0.9500.290.39
HSL161.63º90.18%31.96%-
HSV(B)161.63º94.84%60.78%-
XYZ14.6424.6218.73-
YUV105.92130.358.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.93%
GREEN value IS 155 (60.94% from 255) = 56.78%
BLUE value IS 110 (43.36% from 255) = 40.29%
R=2.93%
G=56.78%
B=40.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81551100.9500.290.39161.6390.1831.96
Hex89B6E5F01D27a25a20
Octal102331561370354724213240
Binary10001001101111011101011111011101100111101000101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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