#03A8A4

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

Shades of Persian Green #03A8A4

Tints of Persian Green #03A8A4

Color information

#03A8A4 (or 0x03A8A4) is unknown color: approx Persian Green. HEX triplet: 03, A8 and A4. RGB value is (3,168,164). Sum of RGB (Red+Green+Blue) = 3+168+164=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 168 (66.02% from 255 or 50.15% from 335); Blue value is 164 (64.45% from 255 or 48.96% from 335); Max value from RGB is 168 - color contains mainly: green. Hex color #03A8A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A8A4 is #FC575B. Grayscale: #767676. Windows color (decimal): -16537436 or 10790915. OLE color: 10790915.

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

Color convert

RGB3168164-
CMYK0.9800.020.34
HSL178.55º96.49%33.53%-
HSV(B)178.55º98.21%65.88%-
XYZ20.7430.739.96-
YUV118.21153.8445.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.90%
GREEN value IS 168 (66.02% from 255) = 50.15%
BLUE value IS 164 (64.45% from 255) = 48.96%
R=0.90%
G=50.15%
B=48.96%

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
Decimal31681640.9800.020.34178.5596.4933.53
Hex3A8A4620222b36022
Octal3250244142024226314042
Binary1110101000101001001100010010100010101100111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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