Html Css Color HEX #03AD9F Persian Green

📋 copy color: '#03AD9F'

red 3 ◦ green 173 ◦ blue 159

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

Shades of Persian Green #03AD9F

Tints of Persian Green #03AD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.46%

R = 0.9%
G = 51.64%
B = 47.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#03AD9F (or 0x03AD9F) is known color: Persian Green. HEX triplet: 03, AD and 9F. RGB value is (3,173,159). Sum of RGB (Red+Green+Blue) = 3+173+159=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AD9F is #FC5260. Grayscale: #787878. Windows color (decimal): -16536161 or 10464515. OLE color: 10464515.

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

Color convert

RGB 3 173 159 -
CMYK 0.98 0 0.08 0.32
HSL 175.06º 0.97% 0.35% -
HSV(B) 175.06º 0.98% 0.68% -
XYZ 21.24 32.41 37.94 -
YUV 120.57 149.68 44.14 -
System Red Green Blue C M Y K H S L
Decimal 3 173 159 0.98 0 0.08 0.32 175.06 0.97 0.35
Hex 3 AD 9F 62 0 8 20 AF 61 23
Octal 3 255 237 142 0 10 40 257 141 43
Binary 11 10101101 10011111 1100010 0 1000 100000 10101111 1100001 100011

Color Harmonies of #03AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AD9F

Black with #03AD9F

Text Example


Text Example

White with #03AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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