#009E6F

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

Shades of Free Speech Aquamarine #009E6F

Tints of Free Speech Aquamarine #009E6F

Color information

#009E6F (or 0x009E6F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 9E and 6F. RGB value is (0,158,111). Sum of RGB (Red+Green+Blue) = 0+158+111=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 158 (62.11% from 255 or 58.74% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 158 - color contains mainly: green. Hex color #009E6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009E6F is #FF6190. Grayscale: #696969. Windows color (decimal): -16736657 or 7314944. OLE color: 7314944.

HSL color Cylindrical-coordinate representation of color #009E6F: hue angle of 162.15º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009E6F is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB0158111-
CMYK100.300.38
HSL162.15º100%30.98%-
HSV(B)162.15º100%61.96%-
XYZ15.125.619.18-
YUV105.4131.1552.82-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 158 (62.11% from 255) = 58.74%
BLUE value IS 111 (43.75% from 255) = 41.26%
R=0%
G=58.74%
B=41.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0158111100.300.38162.1510030.98
Hex09E6F6401E26a2641f
Octal02361571440364624214437
Binary0100111101101111110010001111010011010100010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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