#03A8A5

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

Shades of Persian Green #03A8A5

Tints of Persian Green #03A8A5

Color information

#03A8A5 (or 0x03A8A5) is unknown color: approx Persian Green. HEX triplet: 03, A8 and A5. RGB value is (3,168,165). Sum of RGB (Red+Green+Blue) = 3+168+165=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 168 (66.02% from 255 or 50% from 336); Blue value is 165 (64.84% from 255 or 49.11% from 336); Max value from RGB is 168 - color contains mainly: green. Hex color #03A8A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A8A5 is #FC575A. Grayscale: #767676. Windows color (decimal): -16537435 or 10856451. OLE color: 10856451.

HSL color Cylindrical-coordinate representation of color #03A8A5: hue angle of 178.91º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A8A5 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB3168165-
CMYK0.9800.020.34
HSL178.91º96.49%33.53%-
HSV(B)178.91º98.21%65.88%-
XYZ20.8330.7440.43-
YUV118.32154.3445.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.89%
GREEN value IS 168 (66.02% from 255) = 50%
BLUE value IS 165 (64.84% from 255) = 49.11%
R=0.89%
G=50%
B=49.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal31681650.9800.020.34178.9196.4933.53
Hex3A8A5620222b36022
Octal3250245142024226314042
Binary1110101000101001011100010010100010101100111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,168,165); }

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

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

 a { background-color: rgb(3,168,165); }

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

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

 span { border-color: rgb(3,168,165); }

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