Html Css Color HEX #129989 Persian Green

📋 copy color: '#129989'

red 18 ◦ green 153 ◦ blue 137

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

Shades of Persian Green #129989

Tints of Persian Green #129989

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.68%

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

R = 5.84%
G = 49.68%
B = 44.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#129989 (or 0x129989) is known color: Persian Green. HEX triplet: 12, 99 and 89. RGB value is (18,153,137). Sum of RGB (Red+Green+Blue) = 18+153+137=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #129989 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129989 is #ED6676. Grayscale: #6E6E6E. Windows color (decimal): -15558263 or 9017618. OLE color: 9017618.

HSL color Cylindrical-coordinate representation of color #129989: hue angle of 172.89º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129989 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 153 137 -
CMYK 0.88 0 0.10 0.4
HSL 172.89º 0.79% 0.34% -
HSV(B) 172.89º 0.88% 0.6% -
XYZ 16.16 24.72 27.59 -
YUV 110.81 142.77 61.8 -
System Red Green Blue C M Y K H S L
Decimal 18 153 137 0.88 0 0.10 0.4 172.89 0.79 0.34
Hex 12 99 89 58 0 A 28 AD 4F 22
Octal 22 231 211 130 0 12 50 255 117 42
Binary 10010 10011001 10001001 1011000 0 1010 101000 10101101 1001111 100010

Color Harmonies of #129989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129989

Black with #129989

Text Example


Text Example

White with #129989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129989; }

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

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

background-color css

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

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

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

border-color css

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

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

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