#129E7D

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

Shades of Free Speech Aquamarine #129E7D

Tints of Free Speech Aquamarine #129E7D

Color information

#129E7D (or 0x129E7D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 9E and 7D. RGB value is (18,158,125). Sum of RGB (Red+Green+Blue) = 18+158+125=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 158 (62.11% from 255 or 52.49% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 158 - color contains mainly: green. Hex color #129E7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129E7D is #ED6182. Grayscale: #707070. Windows color (decimal): -15556995 or 8232466. OLE color: 8232466.

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

Color convert

RGB18158125-
CMYK0.8900.210.38
HSL165.86º79.55%34.51%-
HSV(B)165.86º88.61%61.96%-
XYZ16.1826.0623.58-
YUV112.38135.1260.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.98%
GREEN value IS 158 (62.11% from 255) = 52.49%
BLUE value IS 125 (49.22% from 255) = 41.53%
R=5.98%
G=52.49%
B=41.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181581250.8900.210.38165.8679.5534.51
Hex129E7D5901526a65023
Octal222361751310254624612043
Binary100101001111011111011011001010101100110101001101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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