#129B7E

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

Shades of Free Speech Aquamarine #129B7E

Tints of Free Speech Aquamarine #129B7E

Color information

#129B7E (or 0x129B7E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 9B and 7E. RGB value is (18,155,126). Sum of RGB (Red+Green+Blue) = 18+155+126=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #129B7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129B7E is #ED6481. Grayscale: #6E6E6E. Windows color (decimal): -15557762 or 8297234. OLE color: 8297234.

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

Color convert

RGB18155126-
CMYK0.8800.190.39
HSL167.3º79.19%33.92%-
HSV(B)167.3º88.39%60.78%-
XYZ15.7425.0823.75-
YUV110.73136.6161.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.02%
GREEN value IS 155 (60.94% from 255) = 51.84%
BLUE value IS 126 (49.61% from 255) = 42.14%
R=6.02%
G=51.84%
B=42.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181551260.8800.190.39167.379.1933.92
Hex129B7E5801327a74f22
Octal222331761300234724711742
Binary100101001101111111101011000010011100111101001111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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