#129988

Color #129988 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #129988

Tints of Persian Green #129988

Color information

#129988 (or 0x129988) is unknown color: approx 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

RGB18153136-
CMYK0.8800.110.4
HSL172.44º78.95%33.53%-
HSV(B)172.44º88.24%60%-
XYZ16.0824.6927.21-
YUV110.7142.2761.88-

RGB Variations

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

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.30%
R=5.86%
G=49.84%
B=44.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal181531360.8800.110.4172.4478.9533.53
Hex129988580B28ac4f22
Octal222312101300135025411742
Binary100101001100110001000101100001011101000101011001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>