#009E6C

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

Shades of Free Speech Aquamarine #009E6C

Tints of Free Speech Aquamarine #009E6C

Color information

#009E6C (or 0x009E6C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 9E and 6C. RGB value is (0,158,108). Sum of RGB (Red+Green+Blue) = 0+158+108=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 158 (62.11% from 255 or 59.40% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 158 - color contains mainly: green. Hex color #009E6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009E6C is #FF6193. Grayscale: #696969. Windows color (decimal): -16736660 or 7118336. OLE color: 7118336.

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

Color convert

RGB0158108-
CMYK100.320.38
HSL161.01º100%30.98%-
HSV(B)161.01º100%61.96%-
XYZ14.9325.5418.33-
YUV105.06129.6553.07-

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) = 59.40%
BLUE value IS 108 (42.58% from 255) = 40.60%
R=0%
G=59.40%
B=40.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0158108100.320.38161.0110030.98
Hex09E6C6402026a1641f
Octal02361541440404624114437
Binary01001111011011001100100010000010011010100001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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