#03B4A3

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

Shades of Persian Green #03B4A3

Tints of Persian Green #03B4A3

Color information

#03B4A3 (or 0x03B4A3) is unknown color: approx Persian Green. HEX triplet: 03, B4 and A3. RGB value is (3,180,163). Sum of RGB (Red+Green+Blue) = 3+180+163=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #03B4A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B4A3 is #FC4B5C. Grayscale: #7D7D7D. Windows color (decimal): -16534365 or 10728451. OLE color: 10728451.

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

Color convert

RGB3180163-
CMYK0.9800.090.29
HSL174.24º96.72%35.88%-
HSV(B)174.24º98.33%70.59%-
XYZ22.9735.3140.25-
YUV125.14149.3640.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.87%
GREEN value IS 180 (70.70% from 255) = 52.02%
BLUE value IS 163 (64.06% from 255) = 47.11%
R=0.87%
G=52.02%
B=47.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31801630.9800.090.29174.2496.7235.88
Hex3B4A362091Dae6124
Octal32642431420113525614144
Binary11101101001010001111000100100111101101011101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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