#009b9b

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

Shades of Persian Green #009B9B

Tints of Persian Green #009B9B

Color information

#009B9B (or 0x009B9B) is unknown color: approx Persian Green. HEX triplet: 00, 9B and 9B. RGB value is (0,155,155). Sum of RGB (Red+Green+Blue) = 0+155+155=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #009B9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009B9B is #FF6464. Grayscale: #6C6C6C. Windows color (decimal): -16737381 or 10197760. OLE color: 10197760.

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

Color convert

RGB0155155-
CMYK1000.39
HSL180º100%30.39%-
HSV(B)180º100%60.78%-
XYZ17.6425.8135.06-
YUV108.66154.1550.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 155 (60.94% from 255) = 50%
BLUE value IS 155 (60.94% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal01551551000.3918010030.39
Hex09B9B640027b4641e
Octal0233233144004726414436
Binary0100110111001101111001000010011110110100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009b9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009b9b; }

 p { color: rgb(0,155,155); }

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

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

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

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

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

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

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