Html Css Color HEX #03ADAA Persian Green

📋 copy color: '#03ADAA'

red 3 ◦ green 173 ◦ blue 170

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

Shades of Persian Green #03ADAA

Tints of Persian Green #03ADAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.13%

R = 0.87%
G = 50%
B = 49.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#03ADAA (or 0x03ADAA) is known color: Persian Green. HEX triplet: 03, AD and AA. RGB value is (3,173,170). Sum of RGB (Red+Green+Blue) = 3+173+170=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #03ADAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03ADAA is #FC5255. Grayscale: #797979. Windows color (decimal): -16536150 or 11185411. OLE color: 11185411.

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

Color convert

RGB 3 173 170 -
CMYK 0.98 0 0.02 0.32
HSL 178.94º 0.97% 0.35% -
HSV(B) 178.94º 0.98% 0.68% -
XYZ 22.24 32.81 43.19 -
YUV 121.83 155.18 43.24 -
System Red Green Blue C M Y K H S L
Decimal 3 173 170 0.98 0 0.02 0.32 178.94 0.97 0.35
Hex 3 AD AA 62 0 2 20 B3 61 23
Octal 3 255 252 142 0 2 40 263 141 43
Binary 11 10101101 10101010 1100010 0 10 100000 10110011 1100001 100011

Color Harmonies of #03ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ADAA

Black with #03ADAA

Text Example


Text Example

White with #03ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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