#009BA0

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

Shades of Persian Green #009BA0

Tints of Persian Green #009BA0

Color information

#009BA0 (or 0x009BA0) is unknown color: approx Persian Green. HEX triplet: 00, 9B and A0. RGB value is (0,155,160). Sum of RGB (Red+Green+Blue) = 0+155+160=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 160 (62.89% from 255 or 50.79% from 315); Max value from RGB is 160 - color contains mainly: blue. Hex color #009BA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009BA0 is #FF645F. Grayscale: #6D6D6D. Windows color (decimal): -16737376 or 10525440. OLE color: 10525440.

HSL color Cylindrical-coordinate representation of color #009BA0: hue angle of 181.88º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BA0 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB0155160-
CMYK10.0300.37
HSL181.88º100%31.37%-
HSV(B)181.88º100%62.75%-
XYZ18.0725.9837.32-
YUV109.22156.6550.09-

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) = 49.21%
BLUE value IS 160 (62.89% from 255) = 50.79%
R=0%
G=49.21%
B=50.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal015516010.0300.37181.8810031.37
Hex09BA0643025b6641f
Octal0233240144304526614437
Binary01001101110100000110010011010010110110110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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