#129B8D

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

Shades of Persian Green #129B8D

Tints of Persian Green #129B8D

Color information

#129B8D (or 0x129B8D) is unknown color: approx Persian Green. HEX triplet: 12, 9B and 8D. RGB value is (18,155,141). Sum of RGB (Red+Green+Blue) = 18+155+141=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #129B8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129B8D is #ED6472. Grayscale: #707070. Windows color (decimal): -15557747 or 9280274. OLE color: 9280274.

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

Color convert

RGB18155141-
CMYK0.8800.090.39
HSL173.87º79.19%33.92%-
HSV(B)173.87º88.39%60.78%-
XYZ16.7825.4929.24-
YUV112.44144.1160.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.73%
GREEN value IS 155 (60.94% from 255) = 49.36%
BLUE value IS 141 (55.47% from 255) = 44.90%
R=5.73%
G=49.36%
B=44.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181551410.8800.090.39173.8779.1933.92
Hex129B8D580927ae4f22
Octal222332151300114725611742
Binary100101001101110001101101100001001100111101011101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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