#089B6D

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

Shades of Free Speech Aquamarine #089B6D

Tints of Free Speech Aquamarine #089B6D

Color information

#089B6D (or 0x089B6D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 08, 9B and 6D. RGB value is (8,155,109). Sum of RGB (Red+Green+Blue) = 8+155+109=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 155 (60.94% from 255 or 56.99% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 155 - color contains mainly: green. Hex color #089B6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089B6D is #F76492. Grayscale: #696969. Windows color (decimal): -16213139 or 7183112. OLE color: 7183112.

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

Color convert

RGB8155109-
CMYK0.9500.300.39
HSL161.22º90.18%31.96%-
HSV(B)161.22º94.84%60.78%-
XYZ14.5824.618.45-
YUV105.8129.858.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.94%
GREEN value IS 155 (60.94% from 255) = 56.99%
BLUE value IS 109 (42.97% from 255) = 40.07%
R=2.94%
G=56.99%
B=40.07%

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
Decimal81551090.9500.300.39161.2290.1831.96
Hex89B6D5F01E27a15a20
Octal102331551370364724113240
Binary10001001101111011011011111011110100111101000011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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