Html Css Color HEX #03AD9D Persian Green

📋 copy color: '#03AD9D'

red 3 ◦ green 173 ◦ blue 157

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

Shades of Persian Green #03AD9D

Tints of Persian Green #03AD9D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.95%

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

R = 0.9%
G = 51.95%
B = 47.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#03AD9D (or 0x03AD9D) is known color: Persian Green. HEX triplet: 03, AD and 9D. RGB value is (3,173,157). Sum of RGB (Red+Green+Blue) = 3+173+157=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 173 (67.97% from 255 or 51.95% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AD9D is #FC5262. Grayscale: #787878. Windows color (decimal): -16536163 or 10333443. OLE color: 10333443.

HSL color Cylindrical-coordinate representation of color #03AD9D: hue angle of 174.35º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AD9D is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 173 157 -
CMYK 0.98 0 0.09 0.32
HSL 174.35º 0.97% 0.35% -
HSV(B) 174.35º 0.98% 0.68% -
XYZ 21.07 32.34 37.03 -
YUV 120.35 148.68 44.3 -
System Red Green Blue C M Y K H S L
Decimal 3 173 157 0.98 0 0.09 0.32 174.35 0.97 0.35
Hex 3 AD 9D 62 0 9 20 AE 61 23
Octal 3 255 235 142 0 11 40 256 141 43
Binary 11 10101101 10011101 1100010 0 1001 100000 10101110 1100001 100011

Color Harmonies of #03AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AD9D

Black with #03AD9D

Text Example


Text Example

White with #03AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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