#129B8A

Color #129B8A Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #129B8A

Tints of Persian Green #129B8A

Color information

#129B8A (or 0x129B8A) is unknown color: approx Persian Green. HEX triplet: 12, 9B and 8A. RGB value is (18,155,138). Sum of RGB (Red+Green+Blue) = 18+155+138=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #129B8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129B8A is #ED6475. Grayscale: #707070. Windows color (decimal): -15557750 or 9083666. OLE color: 9083666.

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

Color convert

RGB18155138-
CMYK0.8800.110.39
HSL172.55º79.19%33.92%-
HSV(B)172.55º88.39%60.78%-
XYZ16.5625.4128.08-
YUV112.1142.6160.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.79%
GREEN value IS 155 (60.94% from 255) = 49.84%
BLUE value IS 138 (54.30% from 255) = 44.37%
R=5.79%
G=49.84%
B=44.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181551380.8800.110.39172.5579.1933.92
Hex129B8A580B27ad4f22
Octal222332121300134725511742
Binary100101001101110001010101100001011100111101011011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,155,138); }

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

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

 a { background-color: rgb(18,155,138); }

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

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

 span { border-color: rgb(18,155,138); }

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