#129A7D

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

Shades of Free Speech Aquamarine #129A7D

Tints of Free Speech Aquamarine #129A7D

Color information

#129A7D (or 0x129A7D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 9A and 7D. RGB value is (18,154,125). Sum of RGB (Red+Green+Blue) = 18+154+125=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 154 (60.55% from 255 or 51.85% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 154 - color contains mainly: green. Hex color #129A7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129A7D is #ED6582. Grayscale: #6E6E6E. Windows color (decimal): -15558019 or 8231442. OLE color: 8231442.

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

Color convert

RGB18154125-
CMYK0.8800.190.40
HSL167.21º79.07%33.73%-
HSV(B)167.21º88.31%60.39%-
XYZ15.5124.7223.36-
YUV110.03136.4462.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.06%
GREEN value IS 154 (60.55% from 255) = 51.85%
BLUE value IS 125 (49.22% from 255) = 42.09%
R=6.06%
G=51.85%
B=42.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal181541250.8800.190.40167.2179.0733.73
Hex129A7D5801328a74f22
Octal222321751300235024711742
Binary100101001101011111011011000010011101000101001111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,154,125); }

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

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

 a { background-color: rgb(18,154,125); }

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

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

 span { border-color: rgb(18,154,125); }

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