Html Css Color HEX #03A49D Persian Green

📋 copy color: '#03A49D'

red 3 ◦ green 164 ◦ blue 157

#03A49D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #03A49D

Tints of Persian Green #03A49D

RGB

 RED value IS 3 (1.56% from 255) = 0.93%

 GREEN value IS 164 (64.45% from 255) = 50.62%

 BLUE value IS 157 (61.72% from 255) = 48.46%

R = 0.93%
G = 50.62%
B = 48.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#03A49D (or 0x03A49D) is known color: Persian Green. HEX triplet: 03, A4 and 9D. RGB value is (3,164,157). Sum of RGB (Red+Green+Blue) = 3+164+157=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 164 (64.45% from 255 or 50.62% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 164 - color contains mainly: green. Hex color #03A49D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A49D is #FC5B62. Grayscale: #727272. Windows color (decimal): -16538467 or 10331139. OLE color: 10331139.

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

Color convert

RGB 3 164 157 -
CMYK 0.98 0 0.04 0.36
HSL 177.39º 0.96% 0.33% -
HSV(B) 177.39º 0.98% 0.64% -
XYZ 19.4 29 36.47 -
YUV 115.06 151.66 48.07 -
System Red Green Blue C M Y K H S L
Decimal 3 164 157 0.98 0 0.04 0.36 177.39 0.96 0.33
Hex 3 A4 9D 62 0 4 24 B1 60 21
Octal 3 244 235 142 0 4 44 261 140 41
Binary 11 10100100 10011101 1100010 0 100 100100 10110001 1100000 100001

Color Harmonies of #03A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A49D

Black with #03A49D

Text Example


Text Example

White with #03A49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03A49D;
 }
 .AnyTagClassName
 {
   color: #03A49D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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