#129B6B

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

Shades of Free Speech Aquamarine #129B6B

Tints of Free Speech Aquamarine #129B6B

Color information

#129B6B (or 0x129B6B) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 9B and 6B. RGB value is (18,155,107). Sum of RGB (Red+Green+Blue) = 18+155+107=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 155 (60.94% from 255 or 55.36% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 155 - color contains mainly: green. Hex color #129B6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129B6B is #ED6494. Grayscale: #6C6C6C. Windows color (decimal): -15557781 or 7052050. OLE color: 7052050.

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

Color convert

RGB18155107-
CMYK0.8800.310.39
HSL158.98º79.19%33.92%-
HSV(B)158.98º88.39%60.78%-
XYZ14.6224.6317.89-
YUV108.56127.1163.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.43%
GREEN value IS 155 (60.94% from 255) = 55.36%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=6.43%
G=55.36%
B=38.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181551070.8800.310.39158.9879.1933.92
Hex129B6B5801F279f4f22
Octal222331531300374723711742
Binary100101001101111010111011000011111100111100111111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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