Html Css Color HEX #129986 Persian Green

📋 copy color: '#129986'

red 18 ◦ green 153 ◦ blue 134

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

Shades of Persian Green #129986

Tints of Persian Green #129986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 43.93%

R = 5.9%
G = 50.16%
B = 43.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#129986 (or 0x129986) is known color: Persian Green. HEX triplet: 12, 99 and 86. RGB value is (18,153,134). Sum of RGB (Red+Green+Blue) = 18+153+134=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #129986 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129986 is #ED6679. Grayscale: #6E6E6E. Windows color (decimal): -15558266 or 8821010. OLE color: 8821010.

HSL color Cylindrical-coordinate representation of color #129986: hue angle of 171.56º 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 #129986 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 153 134 -
CMYK 0.88 0 0.12 0.4
HSL 171.56º 0.79% 0.34% -
HSV(B) 171.56º 0.88% 0.6% -
XYZ 15.94 24.63 26.47 -
YUV 110.47 141.27 62.04 -
System Red Green Blue C M Y K H S L
Decimal 18 153 134 0.88 0 0.12 0.4 171.56 0.79 0.34
Hex 12 99 86 58 0 C 28 AC 4F 22
Octal 22 231 206 130 0 14 50 254 117 42
Binary 10010 10011001 10000110 1011000 0 1100 101000 10101100 1001111 100010

Color Harmonies of #129986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129986

Black with #129986

Text Example


Text Example

White with #129986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129986; }

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

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

background-color css

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

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

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

border-color css

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

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

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