#00b59a

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

Shades of Persian Green #00B59A

Tints of Persian Green #00B59A

Color information

#00B59A (or 0x00B59A) is unknown color: approx Persian Green. HEX triplet: 00, B5 and 9A. RGB value is (0,181,154). Sum of RGB (Red+Green+Blue) = 0+181+154=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 181 (71.09% from 255 or 54.03% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 181 - color contains mainly: green. Hex color #00B59A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B59A is #FF4A65. Grayscale: #7B7B7B. Windows color (decimal): -16730726 or 10138880. OLE color: 10138880.

HSL color Cylindrical-coordinate representation of color #00B59A: hue angle of 171.05º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B59A is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB0181154-
CMYK100.150.29
HSL171.05º100%35.49%-
HSV(B)171.05º100%70.98%-
XYZ22.3635.3836.22-
YUV123.8145.0339.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 181 (71.09% from 255) = 54.03%
BLUE value IS 154 (60.55% from 255) = 45.97%
R=0%
G=54.03%
B=45.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal0181154100.150.29171.0510035.49
Hex0B59A640F1Dab6423
Octal02652321440173525314443
Binary0101101011001101011001000111111101101010111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00b59a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00b59a; }

 p { color: rgb(0,181,154); }

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

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

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

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

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

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

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