#129E7F

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

Shades of Free Speech Aquamarine #129E7F

Tints of Free Speech Aquamarine #129E7F

Color information

#129E7F (or 0x129E7F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 9E and 7F. RGB value is (18,158,127). Sum of RGB (Red+Green+Blue) = 18+158+127=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 158 (62.11% from 255 or 52.15% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 158 - color contains mainly: green. Hex color #129E7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129E7F is #ED6180. Grayscale: #707070. Windows color (decimal): -15556993 or 8363538. OLE color: 8363538.

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

Color convert

RGB18158127-
CMYK0.8900.200.38
HSL166.71º79.55%34.51%-
HSV(B)166.71º88.61%61.96%-
XYZ16.3126.1124.26-
YUV112.61136.1260.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.94%
GREEN value IS 158 (62.11% from 255) = 52.15%
BLUE value IS 127 (50% from 255) = 41.91%
R=5.94%
G=52.15%
B=41.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181581270.8900.200.38166.7179.5534.51
Hex129E7F5901426a75023
Octal222361771310244624712043
Binary100101001111011111111011001010100100110101001111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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