Html Css Color HEX #03A39B Persian Green

📋 copy color: '#03A39B'

red 3 ◦ green 163 ◦ blue 155

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

Shades of Persian Green #03A39B

Tints of Persian Green #03A39B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.78%

 BLUE value IS 155 (60.94% from 255) = 48.29%

R = 0.93%
G = 50.78%
B = 48.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#03A39B (or 0x03A39B) is known color: Persian Green. HEX triplet: 03, A3 and 9B. RGB value is (3,163,155). Sum of RGB (Red+Green+Blue) = 3+163+155=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #03A39B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A39B is #FC5C64. Grayscale: #727272. Windows color (decimal): -16538725 or 10199811. OLE color: 10199811.

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

Color convert

RGB 3 163 155 -
CMYK 0.98 0 0.05 0.36
HSL 177º 0.96% 0.33% -
HSV(B) 177º 0.98% 0.64% -
XYZ 19.05 28.58 35.52 -
YUV 114.25 150.99 48.65 -
System Red Green Blue C M Y K H S L
Decimal 3 163 155 0.98 0 0.05 0.36 177 0.96 0.33
Hex 3 A3 9B 62 0 5 24 B1 60 21
Octal 3 243 233 142 0 5 44 261 140 41
Binary 11 10100011 10011011 1100010 0 101 100100 10110001 1100000 100001

Color Harmonies of #03A39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A39B

Black with #03A39B

Text Example


Text Example

White with #03A39B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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