Html Css Color HEX #129988 Persian Green

📋 copy color: '#129988'

red 18 ◦ green 153 ◦ blue 136

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

Shades of Persian Green #129988

Tints of Persian Green #129988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.3%

R = 5.86%
G = 49.84%
B = 44.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#129988 (or 0x129988) is known color: Persian Green. HEX triplet: 12, 99 and 88. RGB value is (18,153,136). Sum of RGB (Red+Green+Blue) = 18+153+136=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #129988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129988 is #ED6677. Grayscale: #6E6E6E. Windows color (decimal): -15558264 or 8952082. OLE color: 8952082.

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

Color convert

RGB 18 153 136 -
CMYK 0.88 0 0.11 0.4
HSL 172.44º 0.79% 0.34% -
HSV(B) 172.44º 0.88% 0.6% -
XYZ 16.08 24.69 27.21 -
YUV 110.7 142.27 61.88 -
System Red Green Blue C M Y K H S L
Decimal 18 153 136 0.88 0 0.11 0.4 172.44 0.79 0.34
Hex 12 99 88 58 0 B 28 AC 4F 22
Octal 22 231 210 130 0 13 50 254 117 42
Binary 10010 10011001 10001000 1011000 0 1011 101000 10101100 1001111 100010

Color Harmonies of #129988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129988

Black with #129988

Text Example


Text Example

White with #129988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129988; }

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

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

background-color css

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

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

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

border-color css

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

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

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