#03A38C

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

Shades of Persian Green #03A38C

Tints of Persian Green #03A38C

Color information

#03A38C (or 0x03A38C) is unknown color: approx Persian Green. HEX triplet: 03, A3 and 8C. RGB value is (3,163,140). Sum of RGB (Red+Green+Blue) = 3+163+140=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 163 (64.06% from 255 or 53.27% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 163 - color contains mainly: green. Hex color #03A38C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A38C is #FC5C73. Grayscale: #707070. Windows color (decimal): -16538740 or 9216771. OLE color: 9216771.

HSL color Cylindrical-coordinate representation of color #03A38C: hue angle of 171.38º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A38C is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB3163140-
CMYK0.9800.140.36
HSL171.38º96.39%32.55%-
HSV(B)171.38º98.16%63.92%-
XYZ17.8728.1129.29-
YUV112.54143.4949.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.98%
GREEN value IS 163 (64.06% from 255) = 53.27%
BLUE value IS 140 (55.08% from 255) = 45.75%
R=0.98%
G=53.27%
B=45.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31631400.9800.140.36171.3896.3932.55
Hex3A38C620E24ab6021
Octal32432141420164425314041
Binary111010001110001100110001001110100100101010111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,163,140); }

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

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

 a { background-color: rgb(3,163,140); }

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

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

 span { border-color: rgb(3,163,140); }

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