#129B82

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

Shades of Free Speech Aquamarine #129B82

Tints of Free Speech Aquamarine #129B82

Color information

#129B82 (or 0x129B82) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 9B and 82. RGB value is (18,155,130). Sum of RGB (Red+Green+Blue) = 18+155+130=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 155 (60.94% from 255 or 51.16% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 155 - color contains mainly: green. Hex color #129B82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129B82 is #ED647D. Grayscale: #6F6F6F. Windows color (decimal): -15557758 or 8559378. OLE color: 8559378.

HSL color Cylindrical-coordinate representation of color #129B82: hue angle of 169.05º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129B82 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB18155130-
CMYK0.8800.160.39
HSL169.05º79.19%33.92%-
HSV(B)169.05º88.39%60.78%-
XYZ1625.1825.14-
YUV111.19138.6161.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.94%
GREEN value IS 155 (60.94% from 255) = 51.16%
BLUE value IS 130 (51.17% from 255) = 42.90%
R=5.94%
G=51.16%
B=42.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181551300.8800.160.39169.0579.1933.92
Hex129B825801027a94f22
Octal222332021300204725111742
Binary1001010011011100000101011000010000100111101010011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129B82; }

 p { color: rgb(18,155,130); }

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

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

 a { background-color: rgb(18,155,130); }

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

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

 span { border-color: rgb(18,155,130); }

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