Html Css Color HEX #129D89 Persian Green

📋 copy color: '#129D89'

red 18 ◦ green 157 ◦ blue 137

#129D89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #129D89

Tints of Persian Green #129D89

RGB

 RED value IS 18 (7.42% from 255) = 5.77%

 GREEN value IS 157 (61.72% from 255) = 50.32%

 BLUE value IS 137 (53.91% from 255) = 43.91%

R = 5.77%
G = 50.32%
B = 43.91%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#129D89 (or 0x129D89) is known color: Persian Green. HEX triplet: 12, 9D and 89. RGB value is (18,157,137). Sum of RGB (Red+Green+Blue) = 18+157+137=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 157 (61.72% from 255 or 50.32% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 157 - color contains mainly: green. Hex color #129D89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129D89 is #ED6276. Grayscale: #717171. Windows color (decimal): -15557239 or 9018642. OLE color: 9018642.

HSL color Cylindrical-coordinate representation of color #129D89: hue angle of 171.37º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129D89 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 157 137 -
CMYK 0.89 0 0.13 0.38
HSL 171.37º 0.79% 0.34% -
HSV(B) 171.37º 0.89% 0.62% -
XYZ 16.82 26.05 27.81 -
YUV 113.16 141.45 60.13 -
System Red Green Blue C M Y K H S L
Decimal 18 157 137 0.89 0 0.13 0.38 171.37 0.79 0.34
Hex 12 9D 89 59 0 D 26 AB 4F 22
Octal 22 235 211 131 0 15 46 253 117 42
Binary 10010 10011101 10001001 1011001 0 1101 100110 10101011 1001111 100010

Color Harmonies of #129D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129D89

Black with #129D89

Text Example


Text Example

White with #129D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,157,137); }

 H1.HeaderClassName
 {
   color: #129D89;
 }
 .AnyTagClassName
 {
   color: #129D89;
 }
</style>

background-color css

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

 a { background-color: rgb(18,157,137); }

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

border-color css

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

 span { border-color: rgb(18,157,137); }

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