#089F7B

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

Shades of Free Speech Aquamarine #089F7B

Tints of Free Speech Aquamarine #089F7B

Color information

#089F7B (or 0x089F7B) is unknown color: approx Free Speech Aquamarine. HEX triplet: 08, 9F and 7B. RGB value is (8,159,123). Sum of RGB (Red+Green+Blue) = 8+159+123=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 159 (62.5% from 255 or 54.83% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 159 - color contains mainly: green. Hex color #089F7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089F7B is #F76084. Grayscale: #6D6D6D. Windows color (decimal): -16212101 or 8101640. OLE color: 8101640.

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

Color convert

RGB8159123-
CMYK0.9500.230.38
HSL165.7º90.42%32.75%-
HSV(B)165.7º94.97%62.35%-
XYZ16.0726.2822.96-
YUV109.75135.4755.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.76%
GREEN value IS 159 (62.5% from 255) = 54.83%
BLUE value IS 123 (48.44% from 255) = 42.41%
R=2.76%
G=54.83%
B=42.41%

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
Decimal81591230.9500.230.38165.790.4232.75
Hex89F7B5F01726a65a21
Octal102371731370274624613241
Binary10001001111111110111011111010111100110101001101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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