#129B74

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

Shades of Free Speech Aquamarine #129B74

Tints of Free Speech Aquamarine #129B74

Color information

#129B74 (or 0x129B74) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 9B and 74. RGB value is (18,155,116). Sum of RGB (Red+Green+Blue) = 18+155+116=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 155 (60.94% from 255 or 53.63% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 155 - color contains mainly: green. Hex color #129B74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129B74 is #ED648B. Grayscale: #6D6D6D. Windows color (decimal): -15557772 or 7641874. OLE color: 7641874.

HSL color Cylindrical-coordinate representation of color #129B74: hue angle of 162.92º 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 #129B74 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB18155116-
CMYK0.8800.250.39
HSL162.92º79.19%33.92%-
HSV(B)162.92º88.39%60.78%-
XYZ15.1224.8320.52-
YUV109.59131.6162.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.23%
GREEN value IS 155 (60.94% from 255) = 53.63%
BLUE value IS 116 (45.70% from 255) = 40.14%
R=6.23%
G=53.63%
B=40.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181551160.8800.250.39162.9279.1933.92
Hex129B745801927a34f22
Octal222331641300314724311742
Binary100101001101111101001011000011001100111101000111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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