#00999C

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

Shades of Persian Green #00999C

Tints of Persian Green #00999C

Color information

#00999C (or 0x00999C) is unknown color: approx Persian Green. HEX triplet: 00, 99 and 9C. RGB value is (0,153,156). Sum of RGB (Red+Green+Blue) = 0+153+156=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #00999C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00999C is #FF6663. Grayscale: #6B6B6B. Windows color (decimal): -16737892 or 10262784. OLE color: 10262784.

HSL color Cylindrical-coordinate representation of color #00999C: hue angle of 181.15º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00999C is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB0153156-
CMYK10.0200.39
HSL181.15º100%30.59%-
HSV(B)181.15º100%61.18%-
XYZ17.3925.1835.4-
YUV107.6155.3151.26-

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) = 49.51%
BLUE value IS 156 (61.33% from 255) = 50.49%
R=0%
G=49.51%
B=50.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal015315610.0200.39181.1510030.59
Hex0999C642027b5641f
Octal0231234144204726514437
Binary01001100110011100110010010010011110110101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00999C; }

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

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

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

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

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

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

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

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