#03B1A6

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

Shades of Persian Green #03B1A6

Tints of Persian Green #03B1A6

Color information

#03B1A6 (or 0x03B1A6) is unknown color: approx Persian Green. HEX triplet: 03, B1 and A6. RGB value is (3,177,166). Sum of RGB (Red+Green+Blue) = 3+177+166=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #03B1A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03B1A6 is #FC4E59. Grayscale: #7B7B7B. Windows color (decimal): -16535130 or 10924291. OLE color: 10924291.

HSL color Cylindrical-coordinate representation of color #03B1A6: hue angle of 176.21º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B1A6 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB3177166-
CMYK0.9800.060.31
HSL176.21º96.67%35.29%-
HSV(B)176.21º98.31%69.41%-
XYZ22.6434.2241.49-
YUV123.72151.8541.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.87%
GREEN value IS 177 (69.53% from 255) = 51.16%
BLUE value IS 166 (65.23% from 255) = 47.98%
R=0.87%
G=51.16%
B=47.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31771660.9800.060.31176.2196.6735.29
Hex3B1A662061Fb06123
Octal3261246142063726014143
Binary1110110001101001101100010011011111101100001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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