#03B59B

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

Shades of Persian Green #03B59B

Tints of Persian Green #03B59B

Color information

#03B59B (or 0x03B59B) is unknown color: approx Persian Green. HEX triplet: 03, B5 and 9B. RGB value is (3,181,155). Sum of RGB (Red+Green+Blue) = 3+181+155=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 181 (71.09% from 255 or 53.39% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 181 - color contains mainly: green. Hex color #03B59B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B59B is #FC4A64. Grayscale: #7C7C7C. Windows color (decimal): -16534117 or 10204419. OLE color: 10204419.

HSL color Cylindrical-coordinate representation of color #03B59B: hue angle of 171.24º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B59B is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB3181155-
CMYK0.9800.140.29
HSL171.24º96.74%36.08%-
HSV(B)171.24º98.34%70.98%-
XYZ22.4835.4336.67-
YUV124.81145.0341.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.88%
GREEN value IS 181 (71.09% from 255) = 53.39%
BLUE value IS 155 (60.94% from 255) = 45.72%
R=0.88%
G=53.39%
B=45.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31811550.9800.140.29171.2496.7436.08
Hex3B59B620E1Dab6124
Octal32652331420163525314144
Binary11101101011001101111000100111011101101010111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03B59B; }

 p { color: rgb(3,181,155); }

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

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

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

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

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

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

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