#129E80

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

Shades of Free Speech Aquamarine #129E80

Tints of Free Speech Aquamarine #129E80

Color information

#129E80 (or 0x129E80) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 9E and 80. RGB value is (18,158,128). Sum of RGB (Red+Green+Blue) = 18+158+128=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 158 (62.11% from 255 or 51.97% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 158 - color contains mainly: green. Hex color #129E80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129E80 is #ED617F. Grayscale: #707070. Windows color (decimal): -15556992 or 8429074. OLE color: 8429074.

HSL color Cylindrical-coordinate representation of color #129E80: hue angle of 167.14º 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 #129E80 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB18158128-
CMYK0.8900.190.38
HSL167.14º79.55%34.51%-
HSV(B)167.14º88.61%61.96%-
XYZ16.3726.1424.6-
YUV112.72136.6260.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.92%
GREEN value IS 158 (62.11% from 255) = 51.97%
BLUE value IS 128 (50.39% from 255) = 42.11%
R=5.92%
G=51.97%
B=42.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181581280.8900.190.38167.1479.5534.51
Hex129E805901326a75023
Octal222362001310234624712043
Binary1001010011110100000001011001010011100110101001111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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