#009988

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

Shades of Persian Green #009988

Tints of Persian Green #009988

Color information

#009988 (or 0x009988) is unknown color: approx Persian Green. HEX triplet: 00, 99 and 88. RGB value is (0,153,136). Sum of RGB (Red+Green+Blue) = 0+153+136=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #009988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009988 is #FF6677. Grayscale: #696969. Windows color (decimal): -16737912 or 8952064. OLE color: 8952064.

HSL color Cylindrical-coordinate representation of color #009988: hue angle of 173.33º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009988 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB0153136-
CMYK100.110.4
HSL173.33º100%30%-
HSV(B)173.33º100%60%-
XYZ15.8424.5627.2-
YUV105.32145.3152.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 153 (60.16% from 255) = 52.94%
BLUE value IS 136 (53.52% from 255) = 47.06%
R=0%
G=52.94%
B=47.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal0153136100.110.4173.3310030
Hex09988640B28ad641e
Octal02312101440135025514436
Binary0100110011000100011001000101110100010101101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009988; }

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

 H1.HeaderClassName
 {
   color: #009988;
 }
 .AnyTagClassName
 {
   color: #009988;
 }
</style>
background-color css

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

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

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

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

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

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