#009B6F

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

Shades of Free Speech Aquamarine #009B6F

Tints of Free Speech Aquamarine #009B6F

Color information

#009B6F (or 0x009B6F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 9B and 6F. RGB value is (0,155,111). Sum of RGB (Red+Green+Blue) = 0+155+111=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 155 (60.94% from 255 or 58.27% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 155 - color contains mainly: green. Hex color #009B6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009B6F is #FF6490. Grayscale: #676767. Windows color (decimal): -16737425 or 7314176. OLE color: 7314176.

HSL color Cylindrical-coordinate representation of color #009B6F: hue angle of 162.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009B6F is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB0155111-
CMYK100.280.39
HSL162.97º100%30.39%-
HSV(B)162.97º100%60.78%-
XYZ14.5924.5919.02-
YUV103.64132.1554.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 155 (60.94% from 255) = 58.27%
BLUE value IS 111 (43.75% from 255) = 41.73%
R=0%
G=58.27%
B=41.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal0155111100.280.39162.9710030.39
Hex09B6F6401C27a3641e
Octal02331571440344724314436
Binary0100110111101111110010001110010011110100011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009B6F; }

 p { color: rgb(0,155,111); }

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

<style>
 a { background-color: #009B6F; }

 a { background-color: rgb(0,155,111); }

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

<style>
 span { border-color: #009B6F; }

 span { border-color: rgb(0,155,111); }

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