#03B4A6

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

Shades of Persian Green #03B4A6

Tints of Persian Green #03B4A6

Color information

#03B4A6 (or 0x03B4A6) is unknown color: approx Persian Green. HEX triplet: 03, B4 and A6. RGB value is (3,180,166). Sum of RGB (Red+Green+Blue) = 3+180+166=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 166 (65.23% from 255 or 47.56% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #03B4A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B4A6 is #FC4B59. Grayscale: #7D7D7D. Windows color (decimal): -16534362 or 10925059. OLE color: 10925059.

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

Color convert

RGB3180166-
CMYK0.9800.080.29
HSL175.25º96.72%35.88%-
HSV(B)175.25º98.33%70.59%-
XYZ23.2435.4241.69-
YUV125.48150.8640.64-

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.58%
BLUE value IS 166 (65.23% from 255) = 47.56%
R=0.86%
G=51.58%
B=47.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31801660.9800.080.29175.2596.7235.88
Hex3B4A662081Daf6124
Octal32642461420103525714144
Binary11101101001010011011000100100011101101011111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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