Html Css Color HEX #03ADA2 Persian Green

📋 copy color: '#03ADA2'

red 3 ◦ green 173 ◦ blue 162

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

Shades of Persian Green #03ADA2

Tints of Persian Green #03ADA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 47.93%

R = 0.89%
G = 51.18%
B = 47.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#03ADA2 (or 0x03ADA2) is known color: Persian Green. HEX triplet: 03, AD and A2. RGB value is (3,173,162). Sum of RGB (Red+Green+Blue) = 3+173+162=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #03ADA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03ADA2 is #FC525D. Grayscale: #787878. Windows color (decimal): -16536158 or 10661123. OLE color: 10661123.

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

Color convert

RGB 3 173 162 -
CMYK 0.98 0 0.06 0.32
HSL 176.12º 0.97% 0.35% -
HSV(B) 176.12º 0.98% 0.68% -
XYZ 21.5 32.52 39.33 -
YUV 120.92 151.18 43.89 -
System Red Green Blue C M Y K H S L
Decimal 3 173 162 0.98 0 0.06 0.32 176.12 0.97 0.35
Hex 3 AD A2 62 0 6 20 B0 61 23
Octal 3 255 242 142 0 6 40 260 141 43
Binary 11 10101101 10100010 1100010 0 110 100000 10110000 1100001 100011

Color Harmonies of #03ADA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ADA2

Black with #03ADA2

Text Example


Text Example

White with #03ADA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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