Html Css Color HEX #03ADAB Persian Green

📋 copy color: '#03ADAB'

red 3 ◦ green 173 ◦ blue 171

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

Shades of Persian Green #03ADAB

Tints of Persian Green #03ADAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.28%

R = 0.86%
G = 49.86%
B = 49.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#03ADAB (or 0x03ADAB) is known color: Persian Green. HEX triplet: 03, AD and AB. RGB value is (3,173,171). Sum of RGB (Red+Green+Blue) = 3+173+171=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #03ADAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03ADAB is #FC5254. Grayscale: #797979. Windows color (decimal): -16536149 or 11250947. OLE color: 11250947.

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

Color convert

RGB 3 173 171 -
CMYK 0.98 0 0.01 0.32
HSL 179.29º 0.97% 0.35% -
HSV(B) 179.29º 0.98% 0.68% -
XYZ 22.33 32.85 43.69 -
YUV 121.94 155.68 43.16 -
System Red Green Blue C M Y K H S L
Decimal 3 173 171 0.98 0 0.01 0.32 179.29 0.97 0.35
Hex 3 AD AB 62 0 1 20 B3 61 23
Octal 3 255 253 142 0 1 40 263 141 43
Binary 11 10101101 10101011 1100010 0 1 100000 10110011 1100001 100011

Color Harmonies of #03ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ADAB

Black with #03ADAB

Text Example


Text Example

White with #03ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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