#129E70

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

Shades of Free Speech Aquamarine #129E70

Tints of Free Speech Aquamarine #129E70

Color information

#129E70 (or 0x129E70) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 9E and 70. RGB value is (18,158,112). Sum of RGB (Red+Green+Blue) = 18+158+112=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 158 (62.11% from 255 or 54.86% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 158 - color contains mainly: green. Hex color #129E70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129E70 is #ED618F. Grayscale: #6E6E6E. Windows color (decimal): -15557008 or 7380498. OLE color: 7380498.

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

Color convert

RGB18158112-
CMYK0.8900.290.38
HSL160.29º79.55%34.51%-
HSV(B)160.29º88.61%61.96%-
XYZ15.425.7519.49-
YUV110.9128.6261.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.25%
GREEN value IS 158 (62.11% from 255) = 54.86%
BLUE value IS 112 (44.14% from 255) = 38.89%
R=6.25%
G=54.86%
B=38.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181581120.8900.290.38160.2979.5534.51
Hex129E705901D26a05023
Octal222361601310354624012043
Binary100101001111011100001011001011101100110101000001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,158,112); }

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

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

 a { background-color: rgb(18,158,112); }

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

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

 span { border-color: rgb(18,158,112); }

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