#129576

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

Shades of Free Speech Aquamarine #129576

Tints of Free Speech Aquamarine #129576

Color information

#129576 (or 0x129576) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 95 and 76. RGB value is (18,149,118). Sum of RGB (Red+Green+Blue) = 18+149+118=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #129576 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129576 is #ED6A89. Grayscale: #6A6A6A. Windows color (decimal): -15559306 or 7771410. OLE color: 7771410.

HSL color Cylindrical-coordinate representation of color #129576: hue angle of 165.8º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129576 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB18149118-
CMYK0.8800.210.42
HSL165.8º78.44%32.75%-
HSV(B)165.8º87.92%58.43%-
XYZ14.2722.9320.81-
YUV106.3134.665.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.32%
GREEN value IS 149 (58.59% from 255) = 52.28%
BLUE value IS 118 (46.48% from 255) = 41.40%
R=6.32%
G=52.28%
B=41.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181491180.8800.210.42165.878.4432.75
Hex129576580152Aa64e21
Octal222251661300255224611641
Binary100101001010111101101011000010101101010101001101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129576; }

 p { color: rgb(18,149,118); }

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

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

 a { background-color: rgb(18,149,118); }

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

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

 span { border-color: rgb(18,149,118); }

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