#089F7A

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

Shades of Free Speech Aquamarine #089F7A

Tints of Free Speech Aquamarine #089F7A

Color information

#089F7A (or 0x089F7A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 08, 9F and 7A. RGB value is (8,159,122). Sum of RGB (Red+Green+Blue) = 8+159+122=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 159 (62.5% from 255 or 55.02% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 159 - color contains mainly: green. Hex color #089F7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089F7A is #F76085. Grayscale: #6D6D6D. Windows color (decimal): -16212102 or 8036104. OLE color: 8036104.

HSL color Cylindrical-coordinate representation of color #089F7A: hue angle of 165.3º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089F7A is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB8159122-
CMYK0.9500.230.38
HSL165.3º90.42%32.75%-
HSV(B)165.3º94.97%62.35%-
XYZ16.0126.2522.64-
YUV109.63134.9755.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.77%
GREEN value IS 159 (62.5% from 255) = 55.02%
BLUE value IS 122 (48.05% from 255) = 42.21%
R=2.77%
G=55.02%
B=42.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81591220.9500.230.38165.390.4232.75
Hex89F7A5F01726a55a21
Octal102371721370274624513241
Binary10001001111111110101011111010111100110101001011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,159,122); }

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

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

 a { background-color: rgb(8,159,122); }

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

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

 span { border-color: rgb(8,159,122); }

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