Html Css Color HEX #03A39C Persian Green

📋 copy color: '#03A39C'

red 3 ◦ green 163 ◦ blue 156

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

Shades of Persian Green #03A39C

Tints of Persian Green #03A39C

RGB

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

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

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

R = 0.93%
G = 50.62%
B = 48.45%

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

#03A39C (or 0x03A39C) is known color: Persian Green. HEX triplet: 03, A3 and 9C. RGB value is (3,163,156). Sum of RGB (Red+Green+Blue) = 3+163+156=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 163 (64.06% from 255 or 50.62% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 163 - color contains mainly: green. Hex color #03A39C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A39C is #FC5C63. Grayscale: #727272. Windows color (decimal): -16538724 or 10265347. OLE color: 10265347.

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

Color convert

RGB 3 163 156 -
CMYK 0.98 0 0.04 0.36
HSL 177.38º 0.96% 0.33% -
HSV(B) 177.38º 0.98% 0.64% -
XYZ 19.14 28.61 35.97 -
YUV 114.36 151.49 48.57 -
System Red Green Blue C M Y K H S L
Decimal 3 163 156 0.98 0 0.04 0.36 177.38 0.96 0.33
Hex 3 A3 9C 62 0 4 24 B1 60 21
Octal 3 243 234 142 0 4 44 261 140 41
Binary 11 10100011 10011100 1100010 0 100 100100 10110001 1100000 100001

Color Harmonies of #03A39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A39C

Black with #03A39C

Text Example


Text Example

White with #03A39C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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