#129979

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

Shades of Free Speech Aquamarine #129979

Tints of Free Speech Aquamarine #129979

Color information

#129979 (or 0x129979) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 99 and 79. RGB value is (18,153,121). Sum of RGB (Red+Green+Blue) = 18+153+121=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #129979 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129979 is #ED6686. Grayscale: #6C6C6C. Windows color (decimal): -15558279 or 7969042. OLE color: 7969042.

HSL color Cylindrical-coordinate representation of color #129979: hue angle of 165.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129979 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB18153121-
CMYK0.8800.210.4
HSL165.78º78.95%33.53%-
HSV(B)165.78º88.24%60%-
XYZ15.0924.2921.98-
YUV108.99134.7763.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.16%
GREEN value IS 153 (60.16% from 255) = 52.40%
BLUE value IS 121 (47.66% from 255) = 41.44%
R=6.16%
G=52.40%
B=41.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal181531210.8800.210.4165.7878.9533.53
Hex1299795801528a64f22
Octal222311711300255024611742
Binary100101001100111110011011000010101101000101001101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129979; }

 p { color: rgb(18,153,121); }

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

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

 a { background-color: rgb(18,153,121); }

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

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

 span { border-color: rgb(18,153,121); }

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