#009E7C

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

Shades of Free Speech Aquamarine #009E7C

Tints of Free Speech Aquamarine #009E7C

Color information

#009E7C (or 0x009E7C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 9E and 7C. RGB value is (0,158,124). Sum of RGB (Red+Green+Blue) = 0+158+124=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 158 (62.11% from 255 or 56.03% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 158 - color contains mainly: green. Hex color #009E7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009E7C is #FF6183. Grayscale: #6A6A6A. Windows color (decimal): -16736644 or 8166912. OLE color: 8166912.

HSL color Cylindrical-coordinate representation of color #009E7C: hue angle of 167.09º 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 #009E7C is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB0158124-
CMYK100.220.38
HSL167.09º100%30.98%-
HSV(B)167.09º100%61.96%-
XYZ15.8625.9123.23-
YUV106.88137.6551.76-

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) = 56.03%
BLUE value IS 124 (48.83% from 255) = 43.97%
R=0%
G=56.03%
B=43.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0158124100.220.38167.0910030.98
Hex09E7C6401626a7641f
Octal02361741440264624714437
Binary0100111101111100110010001011010011010100111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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