#009C7A

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

Shades of Free Speech Aquamarine #009C7A

Tints of Free Speech Aquamarine #009C7A

Color information

#009C7A (or 0x009C7A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 9C and 7A. RGB value is (0,156,122). Sum of RGB (Red+Green+Blue) = 0+156+122=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 156 (61.33% from 255 or 56.12% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 156 - color contains mainly: green. Hex color #009C7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009C7A is #FF6385. Grayscale: #696969. Windows color (decimal): -16737158 or 8035328. OLE color: 8035328.

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

Color convert

RGB0156122-
CMYK100.220.39
HSL166.92º100%30.59%-
HSV(B)166.92º100%61.18%-
XYZ15.425.1822.46-
YUV105.48137.3252.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 156 (61.33% from 255) = 56.12%
BLUE value IS 122 (48.05% from 255) = 43.88%
R=0%
G=56.12%
B=43.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal0156122100.220.39166.9210030.59
Hex09C7A6401627a7641f
Octal02341721440264724714437
Binary0100111001111010110010001011010011110100111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,156,122); }

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

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

 a { background-color: rgb(0,156,122); }

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

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

 span { border-color: rgb(0,156,122); }

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