#03B3AA

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

Shades of Persian Green #03B3AA

Tints of Persian Green #03B3AA

Color information

#03B3AA (or 0x03B3AA) is unknown color: approx Persian Green. HEX triplet: 03, B3 and AA. RGB value is (3,179,170). Sum of RGB (Red+Green+Blue) = 3+179+170=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 179 (70.31% from 255 or 50.85% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 179 - color contains mainly: green. Hex color #03B3AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B3AA is #FC4C55. Grayscale: #7D7D7D. Windows color (decimal): -16534614 or 11186947. OLE color: 11186947.

HSL color Cylindrical-coordinate representation of color #03B3AA: hue angle of 176.93º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B3AA is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB3179170-
CMYK0.9800.050.30
HSL176.93º96.7%35.69%-
HSV(B)176.93º98.32%70.2%-
XYZ23.4135.1643.58-
YUV125.35153.1940.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.85%
GREEN value IS 179 (70.31% from 255) = 50.85%
BLUE value IS 170 (66.80% from 255) = 48.30%
R=0.85%
G=50.85%
B=48.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31791700.9800.050.30176.9396.735.69
Hex3B3AA62051Eb16124
Octal3263252142053626114144
Binary1110110011101010101100010010111110101100011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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