#03A89A

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

Shades of Persian Green #03A89A

Tints of Persian Green #03A89A

Color information

#03A89A (or 0x03A89A) is unknown color: approx Persian Green. HEX triplet: 03, A8 and 9A. RGB value is (3,168,154). Sum of RGB (Red+Green+Blue) = 3+168+154=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 168 (66.02% from 255 or 51.69% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 168 - color contains mainly: green. Hex color #03A89A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A89A is #FC5765. Grayscale: #747474. Windows color (decimal): -16537446 or 10135555. OLE color: 10135555.

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

Color convert

RGB3168154-
CMYK0.9800.080.34
HSL174.91º96.49%33.53%-
HSV(B)174.91º98.21%65.88%-
XYZ19.8730.3635.38-
YUV117.07148.8446.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.92%
GREEN value IS 168 (66.02% from 255) = 51.69%
BLUE value IS 154 (60.55% from 255) = 47.38%
R=0.92%
G=51.69%
B=47.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal31681540.9800.080.34174.9196.4933.53
Hex3A89A620822af6022
Octal32502321420104225714042
Binary111010100010011010110001001000100010101011111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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