#099B6C

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

Shades of Free Speech Aquamarine #099B6C

Tints of Free Speech Aquamarine #099B6C

Color information

#099B6C (or 0x099B6C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, 9B and 6C. RGB value is (9,155,108). Sum of RGB (Red+Green+Blue) = 9+155+108=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 155 (60.94% from 255 or 56.99% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 155 - color contains mainly: green. Hex color #099B6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099B6C is #F66493. Grayscale: #6A6A6A. Windows color (decimal): -16147604 or 7117577. OLE color: 7117577.

HSL color Cylindrical-coordinate representation of color #099B6C: hue angle of 160.68º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099B6C is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB9155108-
CMYK0.9400.300.39
HSL160.68º89.02%32.16%-
HSV(B)160.68º94.19%60.78%-
XYZ14.5424.5818.17-
YUV105.99129.1358.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.31%
GREEN value IS 155 (60.94% from 255) = 56.99%
BLUE value IS 108 (42.58% from 255) = 39.71%
R=3.31%
G=56.99%
B=39.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91551080.9400.300.39160.6889.0232.16
Hex99B6C5E01E27a15920
Octal112331541360364724113140
Binary10011001101111011001011110011110100111101000011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099B6C; }

 p { color: rgb(9,155,108); }

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

<style>
 a { background-color: #099B6C; }

 a { background-color: rgb(9,155,108); }

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

<style>
 span { border-color: #099B6C; }

 span { border-color: rgb(9,155,108); }

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