#129F6E

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

Shades of Free Speech Aquamarine #129F6E

Tints of Free Speech Aquamarine #129F6E

Color information

#129F6E (or 0x129F6E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 9F and 6E. RGB value is (18,159,110). Sum of RGB (Red+Green+Blue) = 18+159+110=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 159 (62.5% from 255 or 55.40% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 159 - color contains mainly: green. Hex color #129F6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129F6E is #ED6091. Grayscale: #6F6F6F. Windows color (decimal): -15556754 or 7249682. OLE color: 7249682.

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

Color convert

RGB18159110-
CMYK0.8900.310.38
HSL159.15º79.66%34.71%-
HSV(B)159.15º88.68%62.35%-
XYZ15.4626.0518.97-
YUV111.26127.2961.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.27%
GREEN value IS 159 (62.5% from 255) = 55.40%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=6.27%
G=55.40%
B=38.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181591100.8900.310.38159.1579.6634.71
Hex129F6E5901F269f5023
Octal222371561310374623712043
Binary100101001111111011101011001011111100110100111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,159,110); }

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

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

 a { background-color: rgb(18,159,110); }

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

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

 span { border-color: rgb(18,159,110); }

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