#03B4A4

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

Shades of Persian Green #03B4A4

Tints of Persian Green #03B4A4

Color information

#03B4A4 (or 0x03B4A4) is unknown color: approx Persian Green. HEX triplet: 03, B4 and A4. RGB value is (3,180,164). Sum of RGB (Red+Green+Blue) = 3+180+164=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #03B4A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B4A4 is #FC4B5B. Grayscale: #7D7D7D. Windows color (decimal): -16534364 or 10793987. OLE color: 10793987.

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

Color convert

RGB3180164-
CMYK0.9800.090.29
HSL174.58º96.72%35.88%-
HSV(B)174.58º98.33%70.59%-
XYZ23.0635.3440.73-
YUV125.25149.8640.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.86%
GREEN value IS 180 (70.70% from 255) = 51.87%
BLUE value IS 164 (64.45% from 255) = 47.26%
R=0.86%
G=51.87%
B=47.26%

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
Decimal31801640.9800.090.29174.5896.7235.88
Hex3B4A462091Daf6124
Octal32642441420113525714144
Binary11101101001010010011000100100111101101011111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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