Html Css Color HEX #03B49C Persian Green

📋 copy color: '#03B49C'

red 3 ◦ green 180 ◦ blue 156

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

Shades of Persian Green #03B49C

Tints of Persian Green #03B49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.02%

R = 0.88%
G = 53.1%
B = 46.02%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#03B49C (or 0x03B49C) is known color: Persian Green. HEX triplet: 03, B4 and 9C. RGB value is (3,180,156). Sum of RGB (Red+Green+Blue) = 3+180+156=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #03B49C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B49C is #FC4B63. Grayscale: #7C7C7C. Windows color (decimal): -16534372 or 10269699. OLE color: 10269699.

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

Color convert

RGB 3 180 156 -
CMYK 0.98 0 0.13 0.29
HSL 171.86º 0.97% 0.36% -
HSV(B) 171.86º 0.98% 0.71% -
XYZ 22.36 35.06 37.04 -
YUV 124.34 145.86 41.45 -
System Red Green Blue C M Y K H S L
Decimal 3 180 156 0.98 0 0.13 0.29 171.86 0.97 0.36
Hex 3 B4 9C 62 0 D 1D AC 61 24
Octal 3 264 234 142 0 15 35 254 141 44
Binary 11 10110100 10011100 1100010 0 1101 11101 10101100 1100001 100100

Color Harmonies of #03B49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B49C

Black with #03B49C

Text Example


Text Example

White with #03B49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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