Html Css Color HEX #03ADA6 Persian Green

📋 copy color: '#03ADA6'

red 3 ◦ green 173 ◦ blue 166

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

Shades of Persian Green #03ADA6

Tints of Persian Green #03ADA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 48.54%

R = 0.88%
G = 50.58%
B = 48.54%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#03ADA6 (or 0x03ADA6) is known color: Persian Green. HEX triplet: 03, AD and A6. RGB value is (3,173,166). Sum of RGB (Red+Green+Blue) = 3+173+166=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 166 (65.23% from 255 or 48.54% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #03ADA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03ADA6 is #FC5259. Grayscale: #797979. Windows color (decimal): -16536154 or 10923267. OLE color: 10923267.

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

Color convert

RGB 3 173 166 -
CMYK 0.98 0 0.04 0.32
HSL 177.53º 0.97% 0.35% -
HSV(B) 177.53º 0.98% 0.68% -
XYZ 21.86 32.66 41.23 -
YUV 121.37 153.18 43.57 -
System Red Green Blue C M Y K H S L
Decimal 3 173 166 0.98 0 0.04 0.32 177.53 0.97 0.35
Hex 3 AD A6 62 0 4 20 B2 61 23
Octal 3 255 246 142 0 4 40 262 141 43
Binary 11 10101101 10100110 1100010 0 100 100000 10110010 1100001 100011

Color Harmonies of #03ADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ADA6

Black with #03ADA6

Text Example


Text Example

White with #03ADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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