#129B8B

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

Shades of Persian Green #129B8B

Tints of Persian Green #129B8B

Color information

#129B8B (or 0x129B8B) is unknown color: approx Persian Green. HEX triplet: 12, 9B and 8B. RGB value is (18,155,139). Sum of RGB (Red+Green+Blue) = 18+155+139=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #129B8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129B8B is #ED6474. Grayscale: #707070. Windows color (decimal): -15557749 or 9149202. OLE color: 9149202.

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

Color convert

RGB18155139-
CMYK0.8800.100.39
HSL172.99º79.19%33.92%-
HSV(B)172.99º88.39%60.78%-
XYZ16.6325.4428.46-
YUV112.21143.1160.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.77%
GREEN value IS 155 (60.94% from 255) = 49.68%
BLUE value IS 139 (54.69% from 255) = 44.55%
R=5.77%
G=49.68%
B=44.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181551390.8800.100.39172.9979.1933.92
Hex129B8B580A27ad4f22
Octal222332131300124725511742
Binary100101001101110001011101100001010100111101011011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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