Html Css Color HEX #129C87 Persian Green

📋 copy color: '#129C87'

red 18 ◦ green 156 ◦ blue 135

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

Shades of Persian Green #129C87

Tints of Persian Green #129C87

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.49%

 BLUE value IS 135 (53.13% from 255) = 43.69%

R = 5.83%
G = 50.49%
B = 43.69%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#129C87 (or 0x129C87) is known color: Persian Green. HEX triplet: 12, 9C and 87. RGB value is (18,156,135). Sum of RGB (Red+Green+Blue) = 18+156+135=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #129C87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129C87 is #ED6378. Grayscale: #707070. Windows color (decimal): -15557497 or 8887314. OLE color: 8887314.

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

Color convert

RGB 18 156 135 -
CMYK 0.88 0 0.13 0.39
HSL 170.87º 0.79% 0.34% -
HSV(B) 170.87º 0.88% 0.61% -
XYZ 16.51 25.65 27 -
YUV 112.34 140.78 60.71 -
System Red Green Blue C M Y K H S L
Decimal 18 156 135 0.88 0 0.13 0.39 170.87 0.79 0.34
Hex 12 9C 87 58 0 D 27 AB 4F 22
Octal 22 234 207 130 0 15 47 253 117 42
Binary 10010 10011100 10000111 1011000 0 1101 100111 10101011 1001111 100010

Color Harmonies of #129C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129C87

Black with #129C87

Text Example


Text Example

White with #129C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,156,135); }

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

background-color css

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

 a { background-color: rgb(18,156,135); }

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

border-color css

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

 span { border-color: rgb(18,156,135); }

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