#089C84

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

Shades of Free Speech Aquamarine #089C84

Tints of Free Speech Aquamarine #089C84

Color information

#089C84 (or 0x089C84) is unknown color: approx Free Speech Aquamarine. HEX triplet: 08, 9C and 84. RGB value is (8,156,132). Sum of RGB (Red+Green+Blue) = 8+156+132=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 156 (61.33% from 255 or 52.70% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 156 - color contains mainly: green. Hex color #089C84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089C84 is #F7637B. Grayscale: #6C6C6C. Windows color (decimal): -16212860 or 8690696. OLE color: 8690696.

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

Color convert

RGB8156132-
CMYK0.9500.150.39
HSL170.27º90.24%32.16%-
HSV(B)170.27º94.87%61.18%-
XYZ16.1525.4925.9-
YUV109.01140.9755.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.70%
GREEN value IS 156 (61.33% from 255) = 52.70%
BLUE value IS 132 (51.95% from 255) = 44.59%
R=2.70%
G=52.70%
B=44.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81561320.9500.150.39170.2790.2432.16
Hex89C845F0F27aa5a20
Octal102342041370174725213240
Binary10001001110010000100101111101111100111101010101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,156,132); }

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

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

 a { background-color: rgb(8,156,132); }

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

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

 span { border-color: rgb(8,156,132); }

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