#129E82

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

Shades of Free Speech Aquamarine #129E82

Tints of Free Speech Aquamarine #129E82

Color information

#129E82 (or 0x129E82) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 9E and 82. RGB value is (18,158,130). Sum of RGB (Red+Green+Blue) = 18+158+130=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 158 (62.11% from 255 or 51.63% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 158 - color contains mainly: green. Hex color #129E82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129E82 is #ED617D. Grayscale: #707070. Windows color (decimal): -15556990 or 8560146. OLE color: 8560146.

HSL color Cylindrical-coordinate representation of color #129E82: hue angle of 168º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129E82 is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB18158130-
CMYK0.8900.180.38
HSL168º79.55%34.51%-
HSV(B)168º88.61%61.96%-
XYZ16.5126.1925.31-
YUV112.95137.6260.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.88%
GREEN value IS 158 (62.11% from 255) = 51.63%
BLUE value IS 130 (51.17% from 255) = 42.48%
R=5.88%
G=51.63%
B=42.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181581300.8900.180.3816879.5534.51
Hex129E825901226a85023
Octal222362021310224625012043
Binary1001010011110100000101011001010010100110101010001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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