Html Css Color HEX #129B8B Persian Green

📋 copy color: '#129B8B'

red 18 ◦ green 155 ◦ blue 139

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

Shades of Persian Green #129B8B

Tints of Persian Green #129B8B

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 value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#129B8B (or 0x129B8B) is known color: 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

RGB 18 155 139 -
CMYK 0.88 0 0.10 0.39
HSL 172.99º 0.79% 0.34% -
HSV(B) 172.99º 0.88% 0.61% -
XYZ 16.63 25.44 28.46 -
YUV 112.21 143.11 60.8 -
System Red Green Blue C M Y K H S L
Decimal 18 155 139 0.88 0 0.10 0.39 172.99 0.79 0.34
Hex 12 9B 8B 58 0 A 27 AD 4F 22
Octal 22 233 213 130 0 12 47 255 117 42
Binary 10010 10011011 10001011 1011000 0 1010 100111 10101101 1001111 100010

Color Harmonies of #129B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129B8B

Black with #129B8B

Text Example


Text Example

White with #129B8B

Text Example


Text Example

HTML Codes & Css Web 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>