#03B1AA

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

Shades of Persian Green #03B1AA

Tints of Persian Green #03B1AA

Color information

#03B1AA (or 0x03B1AA) is unknown color: approx Persian Green. HEX triplet: 03, B1 and AA. RGB value is (3,177,170). Sum of RGB (Red+Green+Blue) = 3+177+170=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #03B1AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03B1AA is #FC4E55. Grayscale: #7C7C7C. Windows color (decimal): -16535126 or 11186435. OLE color: 11186435.

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

Color convert

RGB3177170-
CMYK0.9800.040.31
HSL177.59º96.67%35.29%-
HSV(B)177.59º98.31%69.41%-
XYZ23.0234.3743.45-
YUV124.18153.8541.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.86%
GREEN value IS 177 (69.53% from 255) = 50.57%
BLUE value IS 170 (66.80% from 255) = 48.57%
R=0.86%
G=50.57%
B=48.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31771700.9800.040.31177.5996.6735.29
Hex3B1AA62041Fb26123
Octal3261252142043726214143
Binary1110110001101010101100010010011111101100101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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