Html Css Color HEX #03B49A Persian Green

📋 copy color: '#03B49A'

red 3 ◦ green 180 ◦ blue 154

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

Shades of Persian Green #03B49A

Tints of Persian Green #03B49A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.41%

 BLUE value IS 154 (60.55% from 255) = 45.7%

R = 0.89%
G = 53.41%
B = 45.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#03B49A (or 0x03B49A) is known color: Persian Green. HEX triplet: 03, B4 and 9A. RGB value is (3,180,154). Sum of RGB (Red+Green+Blue) = 3+180+154=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #03B49A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B49A is #FC4B65. Grayscale: #7C7C7C. Windows color (decimal): -16534374 or 10138627. OLE color: 10138627.

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

Color convert

RGB 3 180 154 -
CMYK 0.98 0 0.14 0.29
HSL 171.19º 0.97% 0.36% -
HSV(B) 171.19º 0.98% 0.71% -
XYZ 22.19 34.99 36.16 -
YUV 124.11 144.86 41.61 -
System Red Green Blue C M Y K H S L
Decimal 3 180 154 0.98 0 0.14 0.29 171.19 0.97 0.36
Hex 3 B4 9A 62 0 E 1D AB 61 24
Octal 3 264 232 142 0 16 35 253 141 44
Binary 11 10110100 10011010 1100010 0 1110 11101 10101011 1100001 100100

Color Harmonies of #03B49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B49A

Black with #03B49A

Text Example


Text Example

White with #03B49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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