#129C6E

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

Shades of Free Speech Aquamarine #129C6E

Tints of Free Speech Aquamarine #129C6E

Color information

#129C6E (or 0x129C6E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 9C and 6E. RGB value is (18,156,110). Sum of RGB (Red+Green+Blue) = 18+156+110=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 156 (61.33% from 255 or 54.93% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 156 - color contains mainly: green. Hex color #129C6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129C6E is #ED6391. Grayscale: #6D6D6D. Windows color (decimal): -15557522 or 7248914. OLE color: 7248914.

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

Color convert

RGB18156110-
CMYK0.8800.290.39
HSL160º79.31%34.12%-
HSV(B)160º88.46%61.18%-
XYZ14.9525.0318.8-
YUV109.49128.2862.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.34%
GREEN value IS 156 (61.33% from 255) = 54.93%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=6.34%
G=54.93%
B=38.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181561100.8800.290.3916079.3134.12
Hex129C6E5801D27a04f22
Octal222341561300354724011742
Binary100101001110011011101011000011101100111101000001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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