#129C6D

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

Shades of Free Speech Aquamarine #129C6D

Tints of Free Speech Aquamarine #129C6D

Color information

#129C6D (or 0x129C6D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 9C and 6D. RGB value is (18,156,109). Sum of RGB (Red+Green+Blue) = 18+156+109=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #129C6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129C6D is #ED6392. Grayscale: #6D6D6D. Windows color (decimal): -15557523 or 7183378. OLE color: 7183378.

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

Color convert

RGB18156109-
CMYK0.8800.300.39
HSL159.57º79.31%34.12%-
HSV(B)159.57º88.46%61.18%-
XYZ14.925.0118.51-
YUV109.38127.7862.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.36%
GREEN value IS 156 (61.33% from 255) = 55.12%
BLUE value IS 109 (42.97% from 255) = 38.52%
R=6.36%
G=55.12%
B=38.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181561090.8800.300.39159.5779.3134.12
Hex129C6D5801E27a04f22
Octal222341551300364724011742
Binary100101001110011011011011000011110100111101000001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,156,109); }

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

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

 a { background-color: rgb(18,156,109); }

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

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

 span { border-color: rgb(18,156,109); }

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