Html Css Color HEX #03A693 Persian Green

📋 copy color: '#03A693'

red 3 ◦ green 166 ◦ blue 147

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

Shades of Persian Green #03A693

Tints of Persian Green #03A693

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.53%

 BLUE value IS 147 (57.81% from 255) = 46.52%

R = 0.95%
G = 52.53%
B = 46.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#03A693 (or 0x03A693) is known color: Persian Green. HEX triplet: 03, A6 and 93. RGB value is (3,166,147). Sum of RGB (Red+Green+Blue) = 3+166+147=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 166 (65.23% from 255 or 52.53% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 166 - color contains mainly: green. Hex color #03A693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A693 is #FC596C. Grayscale: #737373. Windows color (decimal): -16537965 or 9676291. OLE color: 9676291.

HSL color Cylindrical-coordinate representation of color #03A693: hue angle of 173.01º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A693 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 3 166 147 -
CMYK 0.98 0 0.11 0.35
HSL 173.01º 0.96% 0.33% -
HSV(B) 173.01º 0.98% 0.65% -
XYZ 18.94 29.4 32.28 -
YUV 115.1 146 48.04 -
System Red Green Blue C M Y K H S L
Decimal 3 166 147 0.98 0 0.11 0.35 173.01 0.96 0.33
Hex 3 A6 93 62 0 B 23 AD 60 21
Octal 3 246 223 142 0 13 43 255 140 41
Binary 11 10100110 10010011 1100010 0 1011 100011 10101101 1100000 100001

Color Harmonies of #03A693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A693

Black with #03A693

Text Example


Text Example

White with #03A693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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