#129C6A

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

Shades of Free Speech Aquamarine #129C6A

Tints of Free Speech Aquamarine #129C6A

Color information

#129C6A (or 0x129C6A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 9C and 6A. RGB value is (18,156,106). Sum of RGB (Red+Green+Blue) = 18+156+106=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 156 (61.33% from 255 or 55.71% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 156 - color contains mainly: green. Hex color #129C6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129C6A is #ED6395. Grayscale: #6D6D6D. Windows color (decimal): -15557526 or 6986770. OLE color: 6986770.

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

Color convert

RGB18156106-
CMYK0.8800.320.39
HSL158.26º79.31%34.12%-
HSV(B)158.26º88.46%61.18%-
XYZ14.7424.9517.67-
YUV109.04126.2863.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.43%
GREEN value IS 156 (61.33% from 255) = 55.71%
BLUE value IS 106 (41.80% from 255) = 37.86%
R=6.43%
G=55.71%
B=37.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181561060.8800.320.39158.2679.3134.12
Hex129C6A58020279e4f22
Octal222341521300404723611742
Binary1001010011100110101010110000100000100111100111101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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