#03B4A2

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

Shades of Persian Green #03B4A2

Tints of Persian Green #03B4A2

Color information

#03B4A2 (or 0x03B4A2) is unknown color: approx Persian Green. HEX triplet: 03, B4 and A2. RGB value is (3,180,162). Sum of RGB (Red+Green+Blue) = 3+180+162=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 162 (63.67% from 255 or 46.96% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #03B4A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B4A2 is #FC4B5D. Grayscale: #7C7C7C. Windows color (decimal): -16534366 or 10662915. OLE color: 10662915.

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

Color convert

RGB3180162-
CMYK0.9800.10.29
HSL173.9º96.72%35.88%-
HSV(B)173.9º98.33%70.59%-
XYZ22.8835.2739.78-
YUV125.02148.8640.96-

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.17%
BLUE value IS 162 (63.67% from 255) = 46.96%
R=0.87%
G=52.17%
B=46.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31801620.9800.10.29173.996.7235.88
Hex3B4A2620A1Dae6124
Octal32642421420123525614144
Binary11101101001010001011000100101011101101011101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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