#03B5A3

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

Shades of Persian Green #03B5A3

Tints of Persian Green #03B5A3

Color information

#03B5A3 (or 0x03B5A3) is unknown color: approx Persian Green. HEX triplet: 03, B5 and A3. RGB value is (3,181,163). Sum of RGB (Red+Green+Blue) = 3+181+163=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 163 (64.06% from 255 or 46.97% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #03B5A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B5A3 is #FC4A5C. Grayscale: #7D7D7D. Windows color (decimal): -16534109 or 10728707. OLE color: 10728707.

HSL color Cylindrical-coordinate representation of color #03B5A3: hue angle of 173.93º 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 #03B5A3 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB3181163-
CMYK0.9800.100.29
HSL173.93º96.74%36.08%-
HSV(B)173.93º98.34%70.98%-
XYZ23.1735.7140.32-
YUV125.73149.0340.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.86%
GREEN value IS 181 (71.09% from 255) = 52.16%
BLUE value IS 163 (64.06% from 255) = 46.97%
R=0.86%
G=52.16%
B=46.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31811630.9800.100.29173.9396.7436.08
Hex3B5A3620A1Dae6124
Octal32652431420123525614144
Binary11101101011010001111000100101011101101011101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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